다음을 통해 공유


PrivateEndpointConnectionOperationsExtensions.BeginDelete 메서드

정의

지정된 프라이빗 엔드포인트 연결을 삭제합니다.

public static Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionDeleteHeaders BeginDelete (this Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName);
static member BeginDelete : Microsoft.Azure.Management.Batch.IPrivateEndpointConnectionOperations * string * string * string -> Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionDeleteHeaders
<Extension()>
Public Function BeginDelete (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, accountName As String, privateEndpointConnectionName As String) As PrivateEndpointConnectionDeleteHeaders

매개 변수

operations
IPrivateEndpointConnectionOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName
String

Batch 계정의 이름입니다.

privateEndpointConnectionName
String

프라이빗 엔드포인트 연결 이름입니다. 계정 내에서 고유해야 합니다.

반환

적용 대상