次の方法で共有


ExperimentsOperationsExtensions.ListAllStatuses メソッド

定義

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

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

パラメーター

operations
IExperimentsOperations

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

resourceGroupName
String

Azure リソース グループを表す文字列。

experimentName
String

実験リソース名を表す文字列。

戻り値

適用対象