次の方法で共有


KustoExtensions.GetKustoCluster メソッド

定義

Kusto クラスターを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
  • 操作IdClusters_Get
public static Azure.Response<Azure.ResourceManager.Kusto.KustoClusterResource> GetKustoCluster (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member GetKustoCluster : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoClusterResource>
<Extension()>
Public Function GetKustoCluster (resourceGroupResource As ResourceGroupResource, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KustoClusterResource)

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

clusterName
String

Kusto クラスターの名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

clusterName は空の文字列であり、空でないと予想されていました。

clusterName が null です。

適用対象