Partilhar via


VirtualMachineExtensionImagesOperationsExtensions.ListTypesAsync Método

Definição

Obtém uma lista de tipos de imagem de extensão de máquina virtual.

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

Parâmetros

operations
IVirtualMachineExtensionImagesOperations

O grupo de operações para esse método de extensão.

location
String

O nome de uma região do Azure com suporte.

publisherName
String
cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a