VirtualMachineExtensionImagesOperationsExtensions.ListTypesAsync Method

Definition

Gets a list of virtual machine extension image types.

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

Parameters

operations
IVirtualMachineExtensionImagesOperations

The operations group for this extension method.

location
String

The name of a supported Azure region.

publisherName
String
cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to