次の方法で共有


ClustersOperationsExtensions.CheckNameAvailabilityAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.CheckNameResult> CheckNameAvailabilityAsync (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string location, Microsoft.Azure.Management.Kusto.Models.ClusterCheckNameRequest clusterName, System.Threading.CancellationToken cancellationToken = default);
static member CheckNameAvailabilityAsync : Microsoft.Azure.Management.Kusto.IClustersOperations * string * Microsoft.Azure.Management.Kusto.Models.ClusterCheckNameRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.CheckNameResult>
<Extension()>
Public Function CheckNameAvailabilityAsync (operations As IClustersOperations, location As String, clusterName As ClusterCheckNameRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CheckNameResult)

パラメーター

operations
IClustersOperations

この拡張メソッドの操作グループ。

location
String

Azure の場所 (リージョン) 名。

clusterName
ClusterCheckNameRequest

クラスターの名前です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象