Freigeben über


IotHubDescriptionResource.GetIotHubPrivateEndpointGroupInformation Methode

Definition

Abrufen der angegebenen Private Link-Ressource für den angegebenen IotHub

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

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: