Partilhar via


PublicIPPrefixCollection.GetAllAsync(CancellationToken) Método

Definição

Obtém todos os prefixos de IP públicos em um grupo de recursos.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/publicIPPrefixes
  • IdPublicIPPrefixes_List de operação
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.PublicIPPrefixResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.PublicIPPrefixResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.PublicIPPrefixResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PublicIPPrefixResource)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a