Experiments interface
実験を表すインターフェイス。
メソッド
メソッドの詳細
beginCancel(string, string, ExperimentsCancelOptionalParams)
実行中の実験リソースを取り消します。
function beginCancel(resourceGroupName: string, experimentName: string, options?: ExperimentsCancelOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
Azure リソース グループを表す文字列。
- experimentName
-
string
実験リソース名を表す文字列。
- options
- ExperimentsCancelOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginCancelAndWait(string, string, ExperimentsCancelOptionalParams)
実行中の実験リソースを取り消します。
function beginCancelAndWait(resourceGroupName: string, experimentName: string, options?: ExperimentsCancelOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
Azure リソース グループを表す文字列。
- experimentName
-
string
実験リソース名を表す文字列。
- options
- ExperimentsCancelOptionalParams
options パラメーター。
戻り値
Promise<void>
beginCreateOrUpdate(string, string, Experiment, ExperimentsCreateOrUpdateOptionalParams)
実験リソースを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, experimentName: string, experiment: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Experiment>, Experiment>>
パラメーター
- resourceGroupName
-
string
Azure リソース グループを表す文字列。
- experimentName
-
string
実験リソース名を表す文字列。
- experiment
- Experiment
作成または更新する実験リソース。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Experiment>, Experiment>>
beginCreateOrUpdateAndWait(string, string, Experiment, ExperimentsCreateOrUpdateOptionalParams)
実験リソースを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, experimentName: string, experiment: Experiment, options?: ExperimentsCreateOrUpdateOptionalParams): Promise<Experiment>
パラメーター
- resourceGroupName
-
string
Azure リソース グループを表す文字列。
- experimentName
-
string
実験リソース名を表す文字列。
- experiment
- Experiment
作成または更新する実験リソース。
options パラメーター。
戻り値
Promise<Experiment>
beginDelete(string, string, ExperimentsDeleteOptionalParams)
実験リソースを削除します。
function beginDelete(resourceGroupName: string, experimentName: string, options?: ExperimentsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
Azure リソース グループを表す文字列。
- experimentName
-
string
実験リソース名を表す文字列。
- options
- ExperimentsDeleteOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, ExperimentsDeleteOptionalParams)
実験リソースを削除します。
function beginDeleteAndWait(resourceGroupName: string, experimentName: string, options?: ExperimentsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
Azure リソース グループを表す文字列。
- experimentName
-
string
実験リソース名を表す文字列。
- options
- ExperimentsDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
beginStart(string, string, ExperimentsStartOptionalParams)
実験リソースを開始します。
function beginStart(resourceGroupName: string, experimentName: string, options?: ExperimentsStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
Azure リソース グループを表す文字列。
- experimentName
-
string
実験リソース名を表す文字列。
- options
- ExperimentsStartOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginStartAndWait(string, string, ExperimentsStartOptionalParams)
実験リソースを開始します。
function beginStartAndWait(resourceGroupName: string, experimentName: string, options?: ExperimentsStartOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
Azure リソース グループを表す文字列。
- experimentName
-
string
実験リソース名を表す文字列。
- options
- ExperimentsStartOptionalParams
options パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, ExperimentUpdate, ExperimentsUpdateOptionalParams)
実験を更新する操作。
function beginUpdate(resourceGroupName: string, experimentName: string, experiment: ExperimentUpdate, options?: ExperimentsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Experiment>, Experiment>>
パラメーター
- resourceGroupName
-
string
Azure リソース グループを表す文字列。
- experimentName
-
string
実験リソース名を表す文字列。
- experiment
- ExperimentUpdate
Update 実験操作に指定されたパラメーター。
- options
- ExperimentsUpdateOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Experiment>, Experiment>>
beginUpdateAndWait(string, string, ExperimentUpdate, ExperimentsUpdateOptionalParams)
実験を更新する操作。
function beginUpdateAndWait(resourceGroupName: string, experimentName: string, experiment: ExperimentUpdate, options?: ExperimentsUpdateOptionalParams): Promise<Experiment>
パラメーター
- resourceGroupName
-
string
Azure リソース グループを表す文字列。
- experimentName
-
string
実験リソース名を表す文字列。
- experiment
- ExperimentUpdate
Update 実験操作に指定されたパラメーター。
- options
- ExperimentsUpdateOptionalParams
options パラメーター。
戻り値
Promise<Experiment>
executionDetails(string, string, string, ExperimentsExecutionDetailsOptionalParams)
実験リソースの実行の詳細。
function executionDetails(resourceGroupName: string, experimentName: string, executionId: string, options?: ExperimentsExecutionDetailsOptionalParams): Promise<ExperimentExecutionDetails>
パラメーター
- resourceGroupName
-
string
Azure リソース グループを表す文字列。
- experimentName
-
string
実験リソース名を表す文字列。
- executionId
-
string
実験の実行の詳細を表す GUID。
options パラメーター。
戻り値
Promise<ExperimentExecutionDetails>
get(string, string, ExperimentsGetOptionalParams)
実験リソースを取得します。
function get(resourceGroupName: string, experimentName: string, options?: ExperimentsGetOptionalParams): Promise<Experiment>
パラメーター
- resourceGroupName
-
string
Azure リソース グループを表す文字列。
- experimentName
-
string
実験リソース名を表す文字列。
- options
- ExperimentsGetOptionalParams
options パラメーター。
戻り値
Promise<Experiment>
getExecution(string, string, string, ExperimentsGetExecutionOptionalParams)
実験リソースの実行を取得します。
function getExecution(resourceGroupName: string, experimentName: string, executionId: string, options?: ExperimentsGetExecutionOptionalParams): Promise<ExperimentExecution>
パラメーター
- resourceGroupName
-
string
Azure リソース グループを表す文字列。
- experimentName
-
string
実験リソース名を表す文字列。
- executionId
-
string
実験の実行の詳細を表す GUID。
options パラメーター。
戻り値
Promise<ExperimentExecution>
list(string, ExperimentsListOptionalParams)
リソース グループ内の実験リソースの一覧を取得します。
function list(resourceGroupName: string, options?: ExperimentsListOptionalParams): PagedAsyncIterableIterator<Experiment, Experiment[], PageSettings>
パラメーター
- resourceGroupName
-
string
Azure リソース グループを表す文字列。
- options
- ExperimentsListOptionalParams
options パラメーター。
戻り値
listAll(ExperimentsListAllOptionalParams)
サブスクリプション内の実験リソースの一覧を取得します。
function listAll(options?: ExperimentsListAllOptionalParams): PagedAsyncIterableIterator<Experiment, Experiment[], PageSettings>
パラメーター
- options
- ExperimentsListAllOptionalParams
options パラメーター。
戻り値
listAllExecutions(string, string, ExperimentsListAllExecutionsOptionalParams)
実験リソースの実行の一覧を取得します。
function listAllExecutions(resourceGroupName: string, experimentName: string, options?: ExperimentsListAllExecutionsOptionalParams): PagedAsyncIterableIterator<ExperimentExecution, ExperimentExecution[], PageSettings>
パラメーター
- resourceGroupName
-
string
Azure リソース グループを表す文字列。
- experimentName
-
string
実験リソース名を表す文字列。
options パラメーター。