Partager via


BatchAccountResource.GetBatchPrivateLinkResourceAsync Méthode

Définition

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

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateLinkResources/{privateLinkResourceName}
  • IdPrivateLinkResource_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchPrivateLinkResource>> GetBatchPrivateLinkResourceAsync (string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBatchPrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchPrivateLinkResource>>
override this.GetBatchPrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchPrivateLinkResource>>
Public Overridable Function GetBatchPrivateLinkResourceAsync (privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BatchPrivateLinkResource))

Paramètres

privateLinkResourceName
String

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

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

privateLinkResourceName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

privateLinkResourceName a la valeur null.

S’applique à