次の方法で共有


KustoExtensions.CheckKustoClusterNameAvailability メソッド

定義

クラスター名が有効であり、まだ使用されていないことを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/checkNameAvailability
  • 操作IdClusters_CheckNameAvailability
public static Azure.Response<Azure.ResourceManager.Kusto.Models.KustoNameAvailabilityResult> CheckKustoClusterNameAvailability (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, Azure.ResourceManager.Kusto.Models.KustoClusterNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);
static member CheckKustoClusterNameAvailability : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.Kusto.Models.KustoClusterNameAvailabilityContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.Models.KustoNameAvailabilityResult>
<Extension()>
Public Function CheckKustoClusterNameAvailability (subscriptionResource As SubscriptionResource, location As AzureLocation, content As KustoClusterNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KustoNameAvailabilityResult)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

location
AzureLocation

Azure リージョンの名前。

content
KustoClusterNameAvailabilityContent

クラスターの名前です。

cancellationToken
CancellationToken

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

戻り値

例外

content が null です。

適用対象