VirtualMachineImagesOperationsExtensions.ListOffersAsync Method

Definition

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

Parameters

location
String
publisherName
String
cancellationToken
CancellationToken

Returns

Applies to