Partager via


VirtualMachineExtensionImagesOperationsExtensions.ListTypesAsync Méthode

Définition

Obtient la liste des types d’images d’extension de machine virtuelle.

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

Paramètres

operations
IVirtualMachineExtensionImagesOperations

Groupe d’opérations pour cette méthode d’extension.

location
String

Nom d’une région Azure prise en charge.

publisherName
String
cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à