Partager via


AccountOperationsExtensions.ListSupportedImagesAsync Méthode

Définition

Répertorie toutes les images de machine virtuelle prises en charge par le service Azure Batch.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ImageInformation>> ListSupportedImagesAsync (this Microsoft.Azure.Batch.Protocol.IAccountOperations operations, Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesOptions accountListSupportedImagesOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ListSupportedImagesAsync : Microsoft.Azure.Batch.Protocol.IAccountOperations * Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ImageInformation>>
<Extension()>
Public Function ListSupportedImagesAsync (operations As IAccountOperations, Optional accountListSupportedImagesOptions As AccountListSupportedImagesOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ImageInformation))

Paramètres

operations
IAccountOperations

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

accountListSupportedImagesOptions
AccountListSupportedImagesOptions

Paramètres supplémentaires pour l’opération

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à