Freigeben über


VirtualMachineImagesOperationsExtensions.ListSkusAsync Methode

Definition

Ruft eine Liste der VM-Image-SKUs für den angegebenen Speicherort, Herausgeber und Angebot ab.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>> ListSkusAsync (this Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations operations, string location, string publisherName, string offer, System.Threading.CancellationToken cancellationToken = default);
static member ListSkusAsync : Microsoft.Azure.Management.Compute.IVirtualMachineImagesOperations * 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 IVirtualMachineImagesOperations, location As String, publisherName As String, offer As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of VirtualMachineImageResource))

Parameter

operations
IVirtualMachineImagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Der Name einer unterstützten Azure-Region.

publisherName
String

Ein gültiger Imageherausgeber.

offer
String

Ein gültiges Bildherausgeberangebot.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: