Experiments interface
実験を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, string, Experiment, ExperimentsCreateOrUpdateOptionalParams)
実験を作成または更新します
function beginCreateOrUpdate(resourceGroupName: string, profileName: string, experimentName: string, parameters: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Experiment>, Experiment>>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
テナントとパートナーに関連付けられているプロファイル識別子
- experimentName
-
string
実験に関連付けられている実験識別子
- parameters
- Experiment
実験リソース
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Experiment>, Experiment>>
beginCreateOrUpdateAndWait(string, string, string, Experiment, ExperimentsCreateOrUpdateOptionalParams)
実験を作成または更新します
function beginCreateOrUpdateAndWait(resourceGroupName: string, profileName: string, experimentName: string, parameters: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams): Promise<Experiment>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
テナントとパートナーに関連付けられているプロファイル識別子
- experimentName
-
string
実験に関連付けられている実験識別子
- parameters
- Experiment
実験リソース
オプション パラメーター。
戻り値
Promise<Experiment>
beginDelete(string, string, string, ExperimentsDeleteOptionalParams)
実験を削除します
function beginDelete(resourceGroupName: string, profileName: string, experimentName: string, options?: ExperimentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
テナントとパートナーに関連付けられているプロファイル識別子
- experimentName
-
string
実験に関連付けられている実験識別子
- options
- ExperimentsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ExperimentsDeleteOptionalParams)
実験を削除します
function beginDeleteAndWait(resourceGroupName: string, profileName: string, experimentName: string, options?: ExperimentsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
テナントとパートナーに関連付けられているプロファイル識別子
- experimentName
-
string
実験に関連付けられている実験識別子
- options
- ExperimentsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, string, ExperimentUpdateModel, ExperimentsUpdateOptionalParams)
実験を更新する
function beginUpdate(resourceGroupName: string, profileName: string, experimentName: string, parameters: ExperimentUpdateModel, options?: ExperimentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Experiment>, Experiment>>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
テナントとパートナーに関連付けられているプロファイル識別子
- experimentName
-
string
実験に関連付けられている実験識別子
- parameters
- ExperimentUpdateModel
実験更新モデル
- options
- ExperimentsUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Experiment>, Experiment>>
beginUpdateAndWait(string, string, string, ExperimentUpdateModel, ExperimentsUpdateOptionalParams)
実験を更新する
function beginUpdateAndWait(resourceGroupName: string, profileName: string, experimentName: string, parameters: ExperimentUpdateModel, options?: ExperimentsUpdateOptionalParams): Promise<Experiment>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
テナントとパートナーに関連付けられているプロファイル識別子
- experimentName
-
string
実験に関連付けられている実験識別子
- parameters
- ExperimentUpdateModel
実験更新モデル
- options
- ExperimentsUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<Experiment>
get(string, string, string, ExperimentsGetOptionalParams)
ExperimentName で実験を取得します。
function get(resourceGroupName: string, profileName: string, experimentName: string, options?: ExperimentsGetOptionalParams): Promise<Experiment>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
テナントとパートナーに関連付けられているプロファイル識別子
- experimentName
-
string
実験に関連付けられている実験識別子
- options
- ExperimentsGetOptionalParams
オプション パラメーター。
戻り値
Promise<Experiment>
listByProfile(string, string, ExperimentsListByProfileOptionalParams)
実験の一覧を取得します
function listByProfile(resourceGroupName: string, profileName: string, options?: ExperimentsListByProfileOptionalParams): PagedAsyncIterableIterator<Experiment, Experiment[], PageSettings>
パラメーター
- resourceGroupName
-
string
Azure サブスクリプション内のリソース グループの名前。
- profileName
-
string
テナントとパートナーに関連付けられているプロファイル識別子
オプション パラメーター。