次の方法で共有


ExperimentsOperationsExtensions.ListAllStatusesNext メソッド

定義

実験リソースの状態の一覧を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Chaos.Models.ExperimentStatus> ListAllStatusesNext (this Microsoft.Azure.Management.Chaos.IExperimentsOperations operations, string nextPageLink);
static member ListAllStatusesNext : Microsoft.Azure.Management.Chaos.IExperimentsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Chaos.Models.ExperimentStatus>
<Extension()>
Public Function ListAllStatusesNext (operations As IExperimentsOperations, nextPageLink As String) As IPage(Of ExperimentStatus)

パラメーター

operations
IExperimentsOperations

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

nextPageLink
String

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

戻り値

適用対象