Compartir a través de


INetworkManagersOperations.ListBySubscriptionWithHttpMessagesAsync Método

Definición

Enumere todos los administradores de red de una suscripción.

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>

Parámetro de consulta opcional que especifica el número máximo de registros devueltos por el servidor.

skipToken
String

SkipToken solo se usa si una operación anterior devolvió un resultado parcial. Si una respuesta anterior contiene un elemento nextLink, el valor del elemento nextLink incluirá un parámetro skipToken que especifica un punto de partida que se va a usar para las llamadas posteriores.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

Se aplica a