Partilhar via


IotHubPrivateEndpointGroupInformationCollection.GetAllAsync 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
  • Operação IdPrivateLinkResources_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of IotHubPrivateEndpointGroupInformationResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a