Freigeben über


ImagesOperationsExtensions.ListByResourceGroupNext Methode

Definition

Ruft die Liste der Bilder unter einer Ressourcengruppe ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Image> ListByResourceGroupNext (this Microsoft.Azure.Management.Compute.IImagesOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.Compute.IImagesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Image>
<Extension()>
Public Function ListByResourceGroupNext (operations As IImagesOperations, nextPageLink As String) As IPage(Of Image)

Parameter

operations
IImagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: