Partager via


DeviceUpdateAccountResource.GetPrivateLink(String, CancellationToken) Méthode

Définition

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

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateLinkResources/{groupId}
  • IdPrivateLinkResources_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateLinkResource> GetPrivateLink (string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLink : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateLinkResource>
override this.GetPrivateLink : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateLinkResource>
Public Overridable Function GetPrivateLink (groupId As String, Optional cancellationToken As CancellationToken = Nothing) As 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 on s’attendait à ce qu’elle ne soit pas vide.

groupId a la valeur null.

S’applique à