Sdílet prostřednictvím


PrivateLinkResourceOperationsExtensions.GetAsync Metoda

Definice

Získá informace o zadaném prostředku privátního propojení.

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)

Parametry

operations
IPrivateLinkResourceOperations

Skupina operací pro tuto rozšiřující metodu.

resourceGroupName
String

Název skupiny prostředků, která obsahuje účet Batch.

accountName
String

Název účtu Batch.

privateLinkResourceName
String

Název prostředku privátního propojení. Tato hodnota musí být v rámci účtu jedinečná.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro