Freigeben über


AccountOperationsExtensions.ListSupportedImages Methode

Definition

Listet alle vm-Images auf, die vom Azure Batch-Dienst unterstützt werden.

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)

Parameter

operations
IAccountOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

accountListSupportedImagesOptions
AccountListSupportedImagesOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Gilt für: