次の方法で共有


PrivateEndpointConnectionsOperationsExtensions.Delete メソッド

定義

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

public static void Delete (this Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string namespaceName, string privateEndpointConnectionName);
static member Delete : Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, namespaceName As String, privateEndpointConnectionName As String)

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

privateEndpointConnectionName
String

PrivateEndpointConnection 名

適用対象