다음을 통해 공유


PrivateLinkResourceOperationsExtensions.GetAsync 메서드

정의

지정된 프라이빗 링크 리소스에 대한 정보를 가져옵니다.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource> GetAsync (this Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations operations, string resourceGroupName, string accountName, string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Batch.IPrivateLinkResourceOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Batch.Models.PrivateLinkResource>
<Extension()>
Public Function GetAsync (operations As IPrivateLinkResourceOperations, resourceGroupName As String, accountName As String, privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResource)

매개 변수

operations
IPrivateLinkResourceOperations

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

resourceGroupName
String

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

accountName
String

Batch 계정의 이름입니다.

privateLinkResourceName
String

프라이빗 링크 리소스 이름입니다. 계정 내에서 고유해야 합니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상