Freigeben über


IotCentralPrivateLinkResourceCollection.Get(String, CancellationToken) Methode

Definition

Rufen Sie eine Private Link-Ressource einer IoT Central-Anwendung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources/{groupId}
  • Vorgang IdPrivateLinks_Get
public virtual Azure.Response<Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource> Get (string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource>
Public Overridable Function Get (groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IotCentralPrivateLinkResource)

Parameter

groupId
String

Der Name 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: