次の方法で共有


IotDpsResourceOperationsExtensions.BeginDeletePrivateEndpointConnection メソッド

定義

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

public static Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnection BeginDeletePrivateEndpointConnection (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName);
static member BeginDeletePrivateEndpointConnection : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * string * string -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnection
<Extension()>
Public Function BeginDeletePrivateEndpointConnection (operations As IIotDpsResourceOperations, resourceGroupName As String, resourceName As String, privateEndpointConnectionName As String) As PrivateEndpointConnection

パラメーター

operations
IIotDpsResourceOperations

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

resourceGroupName
String

プロビジョニング サービスを含むリソース グループの名前。

resourceName
String

プロビジョニング サービスの名前。

privateEndpointConnectionName
String

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

戻り値

注釈

指定した名前のプライベート エンドポイント接続を削除する

適用対象