Partilhar via


LocalNetworkGatewayCollection.GetAll(CancellationToken) Método

Definição

Obtém todos os gateways de rede local em um grupo de recursos.

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

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a