Freigeben über


PrivateLinkCollection.Get(String, CancellationToken) Methode

Definition

Rufen Sie die angegebene Private Link-Ressource ab, die dem Geräteupdatekonto zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateLinkResources/{groupId}
  • Vorgangs-IdPrivateLinkResources_Get
public virtual Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateLinkResource> Get (string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateLinkResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateLinkResource>
Public Overridable Function Get (groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PrivateLinkResource)

Parameter

groupId
String

Die Gruppen-ID der Private Link-Ressource.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

groupId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

groupId ist NULL.

Gilt für: