Partager via


AccountOperationsExtensions.ListSupportedImages Méthode

Définition

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ImageInformation> ListSupportedImages (this Microsoft.Azure.Batch.Protocol.IAccountOperations operations, Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesOptions accountListSupportedImagesOptions = default);
static member ListSupportedImages : Microsoft.Azure.Batch.Protocol.IAccountOperations * Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.ImageInformation>
<Extension()>
Public Function ListSupportedImages (operations As IAccountOperations, Optional accountListSupportedImagesOptions As AccountListSupportedImagesOptions = Nothing) As 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

Retours

S’applique à