次の方法で共有


Experiments interface

実験を表すインターフェイス。

メソッド

cancel(string, string, ExperimentsCancelOptionalParams)

実行中の実験リソースを取り消します。

createOrUpdate(string, string, Experiment, ExperimentsCreateOrUpdateOptionalParams)

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

delete(string, string, ExperimentsDeleteOptionalParams)

実験リソースを削除します。

get(string, string, ExperimentsGetOptionalParams)

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

getExecutionDetails(string, string, string, ExperimentsGetExecutionDetailsOptionalParams)

実験リソースの実行の詳細を取得します。

getStatus(string, string, string, ExperimentsGetStatusOptionalParams)

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

list(string, ExperimentsListOptionalParams)

リソース グループ内の実験リソースの一覧を取得します。

listAll(ExperimentsListAllOptionalParams)

サブスクリプション内の実験リソースの一覧を取得します。

listAllStatuses(string, string, ExperimentsListAllStatusesOptionalParams)

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

listExecutionDetails(string, string, ExperimentsListExecutionDetailsOptionalParams)

実験リソースの実行の詳細の一覧を取得します。

start(string, string, ExperimentsStartOptionalParams)

実験リソースを開始します。

update(string, string, ExperimentUpdate, ExperimentsUpdateOptionalParams)

実験を更新する操作。

メソッドの詳細

cancel(string, string, ExperimentsCancelOptionalParams)

実行中の実験リソースを取り消します。

function cancel(resourceGroupName: string, experimentName: string, options?: ExperimentsCancelOptionalParams): Promise<ExperimentCancelOperationResult>

パラメーター

resourceGroupName

string

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

experimentName

string

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

options
ExperimentsCancelOptionalParams

オプション パラメーター。

戻り値

createOrUpdate(string, string, Experiment, ExperimentsCreateOrUpdateOptionalParams)

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

function createOrUpdate(resourceGroupName: string, experimentName: string, experiment: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams): Promise<Experiment>

パラメーター

resourceGroupName

string

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

experimentName

string

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

experiment
Experiment

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

options
ExperimentsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Experiment>

delete(string, string, ExperimentsDeleteOptionalParams)

実験リソースを削除します。

function delete(resourceGroupName: string, experimentName: string, options?: ExperimentsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

experimentName

string

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

options
ExperimentsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, ExperimentsGetOptionalParams)

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

function get(resourceGroupName: string, experimentName: string, options?: ExperimentsGetOptionalParams): Promise<Experiment>

パラメーター

resourceGroupName

string

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

experimentName

string

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

options
ExperimentsGetOptionalParams

オプション パラメーター。

戻り値

Promise<Experiment>

getExecutionDetails(string, string, string, ExperimentsGetExecutionDetailsOptionalParams)

実験リソースの実行の詳細を取得します。

function getExecutionDetails(resourceGroupName: string, experimentName: string, executionDetailsId: string, options?: ExperimentsGetExecutionDetailsOptionalParams): Promise<ExperimentExecutionDetails>

パラメーター

resourceGroupName

string

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

experimentName

string

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

executionDetailsId

string

実験の実行の詳細を表す GUID。

options
ExperimentsGetExecutionDetailsOptionalParams

オプション パラメーター。

戻り値

getStatus(string, string, string, ExperimentsGetStatusOptionalParams)

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

function getStatus(resourceGroupName: string, experimentName: string, statusId: string, options?: ExperimentsGetStatusOptionalParams): Promise<ExperimentStatus>

パラメーター

resourceGroupName

string

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

experimentName

string

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

statusId

string

実験の状態を表す GUID。

options
ExperimentsGetStatusOptionalParams

オプション パラメーター。

戻り値

Promise<ExperimentStatus>

list(string, ExperimentsListOptionalParams)

リソース グループ内の実験リソースの一覧を取得します。

function list(resourceGroupName: string, options?: ExperimentsListOptionalParams): PagedAsyncIterableIterator<Experiment, Experiment[], PageSettings>

パラメーター

resourceGroupName

string

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

options
ExperimentsListOptionalParams

オプション パラメーター。

戻り値

listAll(ExperimentsListAllOptionalParams)

サブスクリプション内の実験リソースの一覧を取得します。

function listAll(options?: ExperimentsListAllOptionalParams): PagedAsyncIterableIterator<Experiment, Experiment[], PageSettings>

パラメーター

options
ExperimentsListAllOptionalParams

オプション パラメーター。

戻り値

listAllStatuses(string, string, ExperimentsListAllStatusesOptionalParams)

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

function listAllStatuses(resourceGroupName: string, experimentName: string, options?: ExperimentsListAllStatusesOptionalParams): PagedAsyncIterableIterator<ExperimentStatus, ExperimentStatus[], PageSettings>

パラメーター

resourceGroupName

string

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

experimentName

string

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

options
ExperimentsListAllStatusesOptionalParams

オプション パラメーター。

戻り値

listExecutionDetails(string, string, ExperimentsListExecutionDetailsOptionalParams)

実験リソースの実行の詳細の一覧を取得します。

function listExecutionDetails(resourceGroupName: string, experimentName: string, options?: ExperimentsListExecutionDetailsOptionalParams): PagedAsyncIterableIterator<ExperimentExecutionDetails, ExperimentExecutionDetails[], PageSettings>

パラメーター

resourceGroupName

string

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

experimentName

string

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

options
ExperimentsListExecutionDetailsOptionalParams

オプション パラメーター。

戻り値

start(string, string, ExperimentsStartOptionalParams)

実験リソースを開始します。

function start(resourceGroupName: string, experimentName: string, options?: ExperimentsStartOptionalParams): Promise<ExperimentStartOperationResult>

パラメーター

resourceGroupName

string

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

experimentName

string

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

options
ExperimentsStartOptionalParams

オプション パラメーター。

戻り値

update(string, string, ExperimentUpdate, ExperimentsUpdateOptionalParams)

実験を更新する操作。

function update(resourceGroupName: string, experimentName: string, experiment: ExperimentUpdate, options?: ExperimentsUpdateOptionalParams): Promise<Experiment>

パラメーター

resourceGroupName

string

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

experimentName

string

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

experiment
ExperimentUpdate

Update 実験操作に指定されたパラメーター。

options
ExperimentsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Experiment>