Compartilhar via


IotHubPrivateEndpointGroupInformationCollection.GetAll Método

Definição

Listar recursos de link privado para o IotHub especificado

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources
  • IdPrivateLinkResources_List de operação
public virtual Azure.Pageable<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of IotHubPrivateEndpointGroupInformationResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de IotHubPrivateEndpointGroupInformationResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a