次の方法で共有


VirtualMachineScaleSetsOperationsExtensions.ListByLocationAsync メソッド

定義

指定した場所の指定したサブスクリプションのすべての VM スケール セットを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet>> ListByLocationAsync (this Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetsOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListByLocationAsync : Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSet>>
<Extension()>
Public Function ListByLocationAsync (operations As IVirtualMachineScaleSetsOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualMachineScaleSet))

パラメーター

operations
IVirtualMachineScaleSetsOperations

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

location
String

サブスクリプションの下で VM スケール セットのクエリを実行する場所。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象