Freigeben über


ImagesOperationsExtensions.List(IImagesOperations) Methode

Definition

Ruft die Liste der Images im Abonnement ab. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von Images abzurufen. Gehen Sie so vor, bis nextLink null ist, um alle Images abzurufen.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Image> List (this Microsoft.Azure.Management.Compute.IImagesOperations operations);
static member List : Microsoft.Azure.Management.Compute.IImagesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Image>
<Extension()>
Public Function List (operations As IImagesOperations) As IPage(Of Image)

Parameter

operations
IImagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

Gibt zurück

Gilt für: