次の方法で共有


PrivateEndpointConnectionsOperationsExtensions.Delete メソッド

定義

プライベート エンドポイント接続を削除します。

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

パラメーター

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

サービス インスタンスを含むリソース グループの名前。

resourceName
String

サービス インスタンスの名前。

privateEndpointConnectionName
String

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

適用対象