次の方法で共有


PrivateLinkServicesOperationsExtensions.BeginDeletePrivateEndpointConnection メソッド

定義

サブスクリプション内のプライベート リンク サービスのプライベート エンドポイント接続を削除します。

public static void BeginDeletePrivateEndpointConnection (this Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations operations, string resourceGroupName, string serviceName, string peConnectionName);
static member BeginDeletePrivateEndpointConnection : Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDeletePrivateEndpointConnection (operations As IPrivateLinkServicesOperations, resourceGroupName As String, serviceName As String, peConnectionName As String)

パラメーター

operations
IPrivateLinkServicesOperations

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

resourceGroupName
String

リソース グループの名前。

serviceName
String

プライベート リンク サービスの名前。

peConnectionName
String

プライベート エンドポイント接続の名前。

適用対象