VirtualMachineImagesOperationsExtensions.ListSkusAsync Method

Definition

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.VirtualMachineImageResource>> ListSkusAsync (this Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IVirtualMachineImagesOperations operations, string location, string publisherName, string offer, System.Threading.CancellationToken cancellationToken = default);
static member ListSkusAsync : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.IVirtualMachineImagesOperations * string * 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 ListSkusAsync (operations As IVirtualMachineImagesOperations, location As String, publisherName As String, offer As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of VirtualMachineImageResource))

Parameters

location
String
publisherName
String
offer
String
cancellationToken
CancellationToken

Returns

Applies to