次の方法で共有


ManagedPrivateEndpointsOperationsExtensions.CheckNameAvailability メソッド

定義

マネージド プライベート エンドポイントのリソース名が有効であり、まだ使用されていないことを確認します。

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

パラメーター

operations
IManagedPrivateEndpointsOperations

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

resourceGroupName
String

Kusto クラスターを含むリソース グループの名前。

clusterName
String

Kusto クラスターの名前。

resourceName
ManagedPrivateEndpointsCheckNameRequest

リソースの名前。

戻り値

適用対象