KustoExtensions.CheckKustoClusterNameAvailabilityAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クラスター名が有効であり、まだ使用されていないことを確認します。
- 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Kusto/locations/{location}/checkNameAvailability
- 操作IdClusters_CheckNameAvailability
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.Models.KustoNameAvailabilityResult>> CheckKustoClusterNameAvailabilityAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, Azure.ResourceManager.Kusto.Models.KustoClusterNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);
static member CheckKustoClusterNameAvailabilityAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.Kusto.Models.KustoClusterNameAvailabilityContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.Models.KustoNameAvailabilityResult>>
<Extension()>
Public Function CheckKustoClusterNameAvailabilityAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, content As KustoClusterNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of KustoNameAvailabilityResult))
パラメーター
- subscriptionResource
- SubscriptionResource
SubscriptionResourceメソッドが実行されるインスタンス。
- location
- AzureLocation
Azure リージョンの名前。
クラスターの名前です。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
例外
content
が null です。