Freigeben über


VirtualMachineImagesOperationsExtensions.ListPublishersAsync Methode

Definition

Ruft eine Liste der Vm-Image-Herausgeber für den angegebenen Azure-Speicherort ab.

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

Parameter

operations
IVirtualMachineImagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Der Name einer unterstützten Azure-Region.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: