VirtualMachineImagesOperationsExtensions.ListAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém uma lista de todas as versões de imagem de máquina virtual para o local, editor, oferta e SKU especificados.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineImageResourceInner>> ListAsync (this Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImagesOperations operations, string location, string publisherName, string offer, string skus, string expand = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImagesOperations * string * string * string * string * string * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineImageResourceInner>>
<Extension()>
Public Function ListAsync (operations As IVirtualMachineImagesOperations, location As String, publisherName As String, offer As String, skus As String, Optional expand As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of VirtualMachineImageResourceInner))
Parâmetros
- operations
- IVirtualMachineImagesOperations
O grupo de operações para esse método de extensão.
- location
- String
O nome de uma região do Azure com suporte.
- publisherName
- String
Um editor de imagens válido.
- offer
- String
Uma oferta válida do editor de imagens.
- skus
- String
Um SKU de imagem válido.
- expand
- String
A expressão de expansão a ser aplicada na operação.
- orderby
- String
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET