次の方法で共有


PrivateEndpointConnectionsOperationsExtensions.BeginDeleteAsync メソッド

定義

既存の名前空間を削除します。 この操作により、名前空間の下にあるすべての関連付けられているリソースも削除されます。 https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string namespaceName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteAsync : Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDeleteAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, namespaceName As String, privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

namespaceName
String

名前空間名

privateEndpointConnectionName
String

PrivateEndpointConnection 名

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象