次の方法で共有


PrivateEndpointConnectionsOperationsExtensions.Delete メソッド

定義

既存のプライベート エンドポイント接続を削除します。 https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

public static void Delete(this Microsoft.Azure.Management.ServiceBus.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string namespaceName, string privateEndpointConnectionName);
static member Delete : Microsoft.Azure.Management.ServiceBus.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 名

適用対象