Partilhar via


IotHubDescriptionResource.GetIotHubPrivateEndpointGroupInformation Método

Definição

Obter o recurso de link privado especificado para o IotHub especificado

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Operação 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)

Parâmetros

groupId
String

O nome do recurso de link privado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

groupId é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

groupId é nulo.

Aplica-se a