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
與租用戶和合作夥伴相關聯的配置檔標識碼
選項參數。