共用方式為


Experiments interface

代表實驗的介面。

方法

beginCancel(string, string, ExperimentsCancelOptionalParams)

取消執行中的實驗資源。

beginCancelAndWait(string, string, ExperimentsCancelOptionalParams)

取消執行中的實驗資源。

beginCreateOrUpdate(string, string, Experiment, ExperimentsCreateOrUpdateOptionalParams)

建立或更新實驗資源。

beginCreateOrUpdateAndWait(string, string, Experiment, ExperimentsCreateOrUpdateOptionalParams)

建立或更新實驗資源。

beginDelete(string, string, ExperimentsDeleteOptionalParams)

刪除實驗資源。

beginDeleteAndWait(string, string, ExperimentsDeleteOptionalParams)

刪除實驗資源。

beginStart(string, string, ExperimentsStartOptionalParams)

啟動實驗資源。

beginStartAndWait(string, string, ExperimentsStartOptionalParams)

啟動實驗資源。

beginUpdate(string, string, ExperimentUpdate, ExperimentsUpdateOptionalParams)

更新實驗的作業。

beginUpdateAndWait(string, string, ExperimentUpdate, ExperimentsUpdateOptionalParams)

更新實驗的作業。

executionDetails(string, string, string, ExperimentsExecutionDetailsOptionalParams)

實驗資源的執行詳細數據。

get(string, string, ExperimentsGetOptionalParams)

取得實驗資源。

getExecution(string, string, string, ExperimentsGetExecutionOptionalParams)

取得實驗資源的執行。

list(string, ExperimentsListOptionalParams)

取得資源群組中的實驗資源清單。

listAll(ExperimentsListAllOptionalParams)

取得訂用帳戶中的實驗資源清單。

listAllExecutions(string, string, ExperimentsListAllExecutionsOptionalParams)

取得實驗資源的執行清單。

方法詳細資料

beginCancel(string, string, ExperimentsCancelOptionalParams)

取消執行中的實驗資源。

function beginCancel(resourceGroupName: string, experimentName: string, options?: ExperimentsCancelOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

參數

resourceGroupName

string

代表 Azure 資源群組的字串。

experimentName

string

代表實驗資源名稱的字串。

options
ExperimentsCancelOptionalParams

選項參數。

傳回

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

選項參數。

傳回

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
ExperimentsCreateOrUpdateOptionalParams

選項參數。

傳回

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
ExperimentsCreateOrUpdateOptionalParams

選項參數。

傳回

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

選項參數。

傳回

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

選項參數。

傳回

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

選項參數。

傳回

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

選項參數。

傳回

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

提供給更新實驗作業的參數。

options
ExperimentsUpdateOptionalParams

選項參數。

傳回

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

提供給更新實驗作業的參數。

options
ExperimentsUpdateOptionalParams

選項參數。

傳回

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。

傳回

get(string, string, ExperimentsGetOptionalParams)

取得實驗資源。

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

參數

resourceGroupName

string

代表 Azure 資源群組的字串。

experimentName

string

代表實驗資源名稱的字串。

options
ExperimentsGetOptionalParams

選項參數。

傳回

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
ExperimentsGetExecutionOptionalParams

選項參數。

傳回

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

選項參數。

傳回

listAllExecutions(string, string, ExperimentsListAllExecutionsOptionalParams)

取得實驗資源的執行清單。

function listAllExecutions(resourceGroupName: string, experimentName: string, options?: ExperimentsListAllExecutionsOptionalParams): PagedAsyncIterableIterator<ExperimentExecution, ExperimentExecution[], PageSettings>

參數

resourceGroupName

string

代表 Azure 資源群組的字串。

experimentName

string

代表實驗資源名稱的字串。

傳回