次の方法で共有


VirtualMachinesOperationsExtensions.ListByLocation メソッド

定義

指定した場所の指定したサブスクリプションのすべての仮想マシンを取得します。

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)

パラメーター

operations
IVirtualMachinesOperations

この拡張メソッドの操作グループ。

location
String

サブスクリプションの下にある仮想マシンのクエリを実行する場所。

戻り値

適用対象