次の方法で共有


MachinesOperationsExtensions.ListBySubscriptionAsync メソッド

定義

指定したサブスクリプション内のすべてのハイブリッド マシンを一覧表示します。 応答で nextLink プロパティを使用して、ハイブリッド マシンの次のページを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HybridCompute.Models.Machine>> ListBySubscriptionAsync (this Microsoft.Azure.Management.HybridCompute.IMachinesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.HybridCompute.IMachinesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HybridCompute.Models.Machine>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IMachinesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Machine))

パラメーター

operations
IMachinesOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象