ExperimentsOperationsExtensions.ListAll メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サブスクリプション内の実験リソースの一覧を取得します。
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
この拡張メソッドの操作グループ。
- continuationToken
- String
継続トークンを設定する文字列。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET