次の方法で共有


ExperimentsOperationsExtensions.ListAll メソッド

定義

サブスクリプション内の実験リソースの一覧を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Chaos.Models.Experiment> ListAll (this Microsoft.Azure.Management.Chaos.IExperimentsOperations operations, bool? running = default, string continuationToken = default);
static member ListAll : Microsoft.Azure.Management.Chaos.IExperimentsOperations * Nullable<bool> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Chaos.Models.Experiment>
<Extension()>
Public Function ListAll (operations As IExperimentsOperations, Optional running As Nullable(Of Boolean) = Nothing, Optional continuationToken As String = Nothing) As IPage(Of Experiment)

パラメーター

operations
IExperimentsOperations

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

running
Nullable<Boolean>

実験が現在実行されているかどうかに基づいて結果をフィルター処理するかどうかを示す省略可能な値。 null の場合、結果はフィルター処理されません。

continuationToken
String

継続トークンを設定する文字列。

戻り値

適用対象