Freigeben über


VirtualMachineImagesEdgeZoneOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste aller Vm-Imageversionen für den angegebenen Speicherort, die angegebene Edgezone, den Herausgeber, das Angebot und die SKU ab.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>> ListAsync (this Microsoft.Azure.Management.Compute.IVirtualMachineImagesEdgeZoneOperations operations, string location, string edgeZone, 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.IVirtualMachineImagesEdgeZoneOperations * string * string * string * string * string * string * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>>
<Extension()>
Public Function ListAsync (operations As IVirtualMachineImagesEdgeZoneOperations, location As String, edgeZone 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 VirtualMachineImageResource))

Parameter

operations
IVirtualMachineImagesEdgeZoneOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Der Name einer unterstützten Azure-Region.

edgeZone
String

Der Name der Edgezone.

publisherName
String

Ein gültiger Imageherausgeber.

offer
String

Ein gültiges Bildherausgeberangebot.

skus
String

Eine gültige Image-SKU.

expand
String

Der expand-Ausdruck, der auf den Vorgang angewendet werden soll.

top
Nullable<Int32>

Ein ganzzahliger Wert, der die Anzahl der zurückzugebenden Bilder angibt, die mit den angegebenen Werten übereinstimmen.

orderby
String

Gibt die Reihenfolge der zurückgegebenen Ergebnisse an. Formatiert als OData-Abfrage.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: