Compartilhar via


VirtualMachineImagesEdgeZoneOperationsExtensions.ListSkusAsync Método

Definição

Obtém uma lista de SKUs de imagem de máquina virtual para o local, a zona de borda, o editor e a oferta especificados.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>> ListSkusAsync (this Microsoft.Azure.Management.Compute.IVirtualMachineImagesEdgeZoneOperations operations, string location, string edgeZone, string publisherName, string offer, System.Threading.CancellationToken cancellationToken = default);
static member ListSkusAsync : Microsoft.Azure.Management.Compute.IVirtualMachineImagesEdgeZoneOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>>
<Extension()>
Public Function ListSkusAsync (operations As IVirtualMachineImagesEdgeZoneOperations, location As String, edgeZone As String, publisherName As String, offer As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of VirtualMachineImageResource))

Parâmetros

operations
IVirtualMachineImagesEdgeZoneOperations

O grupo de operações para esse método de extensão.

location
String

O nome de uma região do Azure com suporte.

edgeZone
String

O nome da zona de borda.

publisherName
String

Um editor de imagens válido.

offer
String

Uma oferta válida do editor de imagens.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a