次の方法で共有


ManagedPrivateEndpointsOperationsExtensions.CheckNameAvailabilityAsync メソッド

定義

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

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

パラメーター

operations
IManagedPrivateEndpointsOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

resourceName
ManagedPrivateEndpointsCheckNameRequest

リソースの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象