次の方法で共有


MachinesOperationsExtensions.ListBySubscription(IMachinesOperations) メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HybridCompute.Models.Machine> ListBySubscription (this Microsoft.Azure.Management.HybridCompute.IMachinesOperations operations);
static member ListBySubscription : Microsoft.Azure.Management.HybridCompute.IMachinesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HybridCompute.Models.Machine>
<Extension()>
Public Function ListBySubscription (operations As IMachinesOperations) As IPage(Of Machine)

パラメーター

operations
IMachinesOperations

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

戻り値

適用対象