Freigeben über


VirtualMachineScaleSetsOperationsExtensions.ListAll Methode

Definition

Ruft eine Liste aller VM-Skalierungsgruppen im Abonnement ab, unabhängig von der zugeordneten Ressourcengruppe. Verwenden Sie die nextLink-Eigenschaft in der Antwort, um die nächste Seite von VM-Skalierungsgruppen abzurufen. Gehen Sie so vor, bis nextLink NULL ist, um alle VM-Skalierungsgruppen abzurufen.

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

Parameter

operations
IVirtualMachineScaleSetsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

Gibt zurück

Gilt für: