次の方法で共有


ExperimentsOperationsExtensions.Get メソッド

定義

実験リソースを取得します。

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

パラメーター

operations
IExperimentsOperations

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

resourceGroupName
String

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

experimentName
String

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

戻り値

適用対象