Freigeben über


VirtualMachineImagesEdgeZoneOperationsExtensions.ListOffersAsync Methode

Definition

Ruft eine Liste der Vm-Imageangebote für den angegebenen Standort, die angegebene Edgezone und den angegebenen Herausgeber ab.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>> ListOffersAsync (this Microsoft.Azure.Management.Compute.IVirtualMachineImagesEdgeZoneOperations operations, string location, string edgeZone, string publisherName, System.Threading.CancellationToken cancellationToken = default);
static member ListOffersAsync : Microsoft.Azure.Management.Compute.IVirtualMachineImagesEdgeZoneOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VirtualMachineImageResource>>
<Extension()>
Public Function ListOffersAsync (operations As IVirtualMachineImagesEdgeZoneOperations, location As String, edgeZone As String, publisherName As String, 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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: