Share via


VirtualMachineImagesEdgeZoneOperationsExtensions.ListPublishersAsync Method

Definition

Gets a list of virtual machine image publishers for the specified Azure location and edge zone.

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))

Parameters

operations
IVirtualMachineImagesEdgeZoneOperations

The operations group for this extension method.

location
String

The name of a supported Azure region.

edgeZone
String

The name of the edge zone.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to