IResourceSkusOperations.ListWithHttpMessagesAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>) | |
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Obtiene la lista de SKU de Microsoft.Compute disponibles para su suscripción. |
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Obtiene la lista de SKU de Microsoft.Compute disponibles para su suscripción. |
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>)
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.ResourceSku>>> ListWithHttpMessagesAsync (string filter, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders);
abstract member ListWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.ResourceSku>>>
Public Function ListWithHttpMessagesAsync (filter As String, customHeaders As Dictionary(Of String, List(Of String))) As Task(Of AzureOperationResponse(Of IPage(Of ResourceSku)))
Parámetros
- filter
- String
- customHeaders
- Dictionary<String,List<String>>
Devoluciones
Se aplica a
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
Obtiene la lista de SKU de Microsoft.Compute disponibles para su suscripción.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.ResourceSku>>> ListWithHttpMessagesAsync (string filter, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders, System.Threading.CancellationToken cancellationToken);
abstract member ListWithHttpMessagesAsync : 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.Compute.Models.ResourceSku>>>
Public Function ListWithHttpMessagesAsync (filter As String, customHeaders As Dictionary(Of String, List(Of String)), cancellationToken As CancellationToken) As Task(Of AzureOperationResponse(Of IPage(Of ResourceSku)))
Parámetros
- filter
- String
Filtro que se va a aplicar en la operación. Actualmente solo se admite el filtro de ubicación .
- 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
ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
Obtiene la lista de SKU de Microsoft.Compute disponibles para su suscripción.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.ResourceSku>>> ListWithHttpMessagesAsync (string filter = default, string includeExtendedLocations = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListWithHttpMessagesAsync : string * 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.Compute.Models.ResourceSku>>>
Public Function ListWithHttpMessagesAsync (Optional filter As String = Nothing, Optional includeExtendedLocations 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 ResourceSku)))
Parámetros
- filter
- String
Filtro que se va a aplicar en la operación. Actualmente solo se admite el filtro de ubicación .
- includeExtendedLocations
- String
Para incluir información de ubicaciones extendidas o no en la respuesta.
- 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
Azure SDK for .NET