次の方法で共有


MachinesOperationsExtensions.ListBySubscriptionNext メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HybridCompute.Models.Machine> ListBySubscriptionNext (this Microsoft.Azure.Management.HybridCompute.IMachinesOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.HybridCompute.IMachinesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.HybridCompute.Models.Machine>
<Extension()>
Public Function ListBySubscriptionNext (operations As IMachinesOperations, nextPageLink As String) As IPage(Of Machine)

パラメーター

operations
IMachinesOperations

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

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

戻り値

適用対象