Freigeben über


VirtualMachinesOperationsExtensions.ListByLocation Methode

Definition

Ruft alle virtuellen Computer unter dem angegebenen Abonnement für den angegebenen Speicherort ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachine> ListByLocation (this Microsoft.Azure.Management.Compute.IVirtualMachinesOperations operations, string location);
static member ListByLocation : Microsoft.Azure.Management.Compute.IVirtualMachinesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachine>
<Extension()>
Public Function ListByLocation (operations As IVirtualMachinesOperations, location As String) As IPage(Of VirtualMachine)

Parameter

operations
IVirtualMachinesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Der Speicherort, für den virtuelle Computer unter dem Abonnement abgefragt werden.

Gibt zurück

Gilt für: