Partager via


PrivateLinkResourceOperationsExtensions.GetAsync Méthode

Définition

Obtient des informations sur la ressource de liaison privée spécifiée.

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)

Paramètres

operations
IPrivateLinkResourceOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient le compte Batch.

accountName
String

Le nom du compte Batch.

privateLinkResourceName
String

Nom de la ressource de liaison privée. Cela doit être unique au sein du compte.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à