Compartilhar via


INetworkManagersOperations.ListBySubscriptionWithHttpMessagesAsync Método

Definição

Listar todos os gerentes de rede em uma assinatura.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkManager>>> ListBySubscriptionWithHttpMessagesAsync (int? top = default, string skipToken = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListBySubscriptionWithHttpMessagesAsync : Nullable<int> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkManager>>>
Public Function ListBySubscriptionWithHttpMessagesAsync (Optional top As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of NetworkManager)))

Parâmetros

top
Nullable<Int32>

Um parâmetro de consulta opcional que especifica o número máximo de registros a serem retornados pelo servidor.

skipToken
String

SkipToken só será usado se uma operação anterior retornasse um resultado parcial. Se uma resposta anterior contiver um elemento nextLink, o valor do elemento nextLink incluirá um parâmetro skipToken que especifica um ponto de partida a ser usado para chamadas subsequentes.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerado quando a operação retornou um código de status inválido

Gerado quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a