Freigeben über


VirtualMachineImagesEdgeZoneOperationsExtensions.ListPublishersAsync Methode

Definition

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

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: