Freigeben über


IotCentralAppResource.GetIotCentralPrivateLinkResource Methode

Definition

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IoTCentral/iotApps/{resourceName}/privateLinkResources/{groupId}
  • Vorgangs-IdPrivateLinks_Get
public virtual Azure.Response<Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource> GetIotCentralPrivateLinkResource (string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIotCentralPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource>
override this.GetIotCentralPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotCentral.IotCentralPrivateLinkResource>
Public Overridable Function GetIotCentralPrivateLinkResource (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: