次の方法で共有


ClustersOperationsExtensions.CheckNameAvailability メソッド

定義

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

public static Microsoft.Azure.Management.Kusto.Models.CheckNameResult CheckNameAvailability (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string location, Microsoft.Azure.Management.Kusto.Models.ClusterCheckNameRequest clusterName);
static member CheckNameAvailability : Microsoft.Azure.Management.Kusto.IClustersOperations * string * Microsoft.Azure.Management.Kusto.Models.ClusterCheckNameRequest -> Microsoft.Azure.Management.Kusto.Models.CheckNameResult
<Extension()>
Public Function CheckNameAvailability (operations As IClustersOperations, location As String, clusterName As ClusterCheckNameRequest) As CheckNameResult

パラメーター

operations
IClustersOperations

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

location
String

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

clusterName
ClusterCheckNameRequest

クラスターの名前です。

戻り値

適用対象