次の方法で共有


ExperimentsOperationsExtensions.CreateOrUpdate メソッド

定義

実験リソースを作成または更新します。

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

パラメーター

operations
IExperimentsOperations

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

resourceGroupName
String

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

experimentName
String

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

experiment
Experiment

作成または更新する実験リソース。

戻り値

適用対象