Partager via


DeviceUpdateAccountResource.GetPrivateLinkAsync Méthode

Définition

Obtenez la ressource de liaison privée spécifiée associée au compte de mise à jour d’appareil.

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

Paramètres

groupId
String

ID de groupe de la ressource de liaison privée.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

groupId est une chaîne vide et devait être non vide.

groupId a la valeur null.

S’applique à