Description | : Gets a Kusto cluster. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
{
resourceGroupName:
string
,
clusterName:
string
,
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
sku:
{
,
name:
enum
,
capacity:
integer
,
tier:
enum
,
}
properties:
}
{
,
state:
enum
,
provisioningState:
enum
,
uri:
string
,
dataIngestionUri:
string
,
trustedExternalTenants:
}
[
]
,
{
,
value:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
,
string
,
]