共用方式為


Workspaces class

代表 Workspaces 的類別。

建構函式

Workspaces(MLTeamAccountManagementClientContext)

建立工作區。

方法

createOrUpdate(string, string, string, Workspace, RequestOptionsBase)

使用指定的參數建立或更新機器學習工作區。

createOrUpdate(string, string, string, Workspace, RequestOptionsBase, ServiceCallback<Workspace>)
createOrUpdate(string, string, string, Workspace, ServiceCallback<Workspace>)
deleteMethod(string, string, string, RequestOptionsBase)

刪除機器學習工作區。

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

取得指定之機器學習工作區的屬性。

get(string, string, string, RequestOptionsBase, ServiceCallback<Workspace>)
get(string, string, string, ServiceCallback<Workspace>)
listByAccounts(string, string, RequestOptionsBase)

列出指定小群組帳戶下所有可用的機器學習工作區。

listByAccounts(string, string, RequestOptionsBase, ServiceCallback<WorkspaceListResult>)
listByAccounts(string, string, ServiceCallback<WorkspaceListResult>)
listByAccountsNext(string, RequestOptionsBase)

列出指定小群組帳戶下所有可用的機器學習工作區。

listByAccountsNext(string, RequestOptionsBase, ServiceCallback<WorkspaceListResult>)
listByAccountsNext(string, ServiceCallback<WorkspaceListResult>)
update(string, string, string, WorkspaceUpdateParameters, RequestOptionsBase)

更新具有指定參數的機器學習工作區。

update(string, string, string, WorkspaceUpdateParameters, RequestOptionsBase, ServiceCallback<Workspace>)
update(string, string, string, WorkspaceUpdateParameters, ServiceCallback<Workspace>)

建構函式詳細資料

Workspaces(MLTeamAccountManagementClientContext)

建立工作區。

new Workspaces(client: MLTeamAccountManagementClientContext)

參數

client
MLTeamAccountManagementClientContext

服務用戶端的參考。

方法詳細資料

createOrUpdate(string, string, string, Workspace, RequestOptionsBase)

使用指定的參數建立或更新機器學習工作區。

function createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Workspace, options?: RequestOptionsBase): Promise<WorkspacesCreateOrUpdateResponse>

參數

resourceGroupName

string

機器學習小群組帳戶所屬的資源群組名稱。

accountName

string

機器學習小群組帳戶的名稱。

workspaceName

string

機器學習小群組帳戶工作區的名稱。

parameters
Workspace

用於建立或更新機器學習工作區的參數。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.WorkspacesCreateOrUpdateResponse>

createOrUpdate(string, string, string, Workspace, RequestOptionsBase, ServiceCallback<Workspace>)

function createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Workspace, options: RequestOptionsBase, callback: ServiceCallback<Workspace>)

參數

resourceGroupName

string

機器學習小群組帳戶所屬的資源群組名稱。

accountName

string

機器學習小群組帳戶的名稱。

workspaceName

string

機器學習小群組帳戶工作區的名稱。

parameters
Workspace

用於建立或更新機器學習工作區的參數。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<Workspace>

回呼

createOrUpdate(string, string, string, Workspace, ServiceCallback<Workspace>)

function createOrUpdate(resourceGroupName: string, accountName: string, workspaceName: string, parameters: Workspace, callback: ServiceCallback<Workspace>)

參數

resourceGroupName

string

機器學習小群組帳戶所屬的資源群組名稱。

accountName

string

機器學習小群組帳戶的名稱。

workspaceName

string

機器學習小群組帳戶工作區的名稱。

parameters
Workspace

用於建立或更新機器學習工作區的參數。

callback

ServiceCallback<Workspace>

回呼

deleteMethod(string, string, string, RequestOptionsBase)

刪除機器學習工作區。

function deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, options?: RequestOptionsBase): Promise<RestResponse>

參數

resourceGroupName

string

機器學習小群組帳戶所屬的資源群組名稱。

accountName

string

機器學習小群組帳戶的名稱。

workspaceName

string

機器學習小群組帳戶工作區的名稱。

options
RequestOptionsBase

選擇性參數

傳回

Promise<RestResponse>

Promise < msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

參數

resourceGroupName

string

機器學習小群組帳戶所屬的資源群組名稱。

accountName

string

機器學習小群組帳戶的名稱。

workspaceName

string

機器學習小群組帳戶工作區的名稱。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<void>

回呼

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, accountName: string, workspaceName: string, callback: ServiceCallback<void>)

參數

resourceGroupName

string

機器學習小群組帳戶所屬的資源群組名稱。

accountName

string

機器學習小群組帳戶的名稱。

workspaceName

string

機器學習小群組帳戶工作區的名稱。

callback

ServiceCallback<void>

回呼

get(string, string, string, RequestOptionsBase)

取得指定之機器學習工作區的屬性。

function get(resourceGroupName: string, accountName: string, workspaceName: string, options?: RequestOptionsBase): Promise<WorkspacesGetResponse>

參數

resourceGroupName

string

機器學習小群組帳戶所屬的資源群組名稱。

accountName

string

機器學習小群組帳戶的名稱。

workspaceName

string

機器學習小群組帳戶工作區的名稱。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.WorkspacesGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<Workspace>)

function get(resourceGroupName: string, accountName: string, workspaceName: string, options: RequestOptionsBase, callback: ServiceCallback<Workspace>)

參數

resourceGroupName

string

機器學習小群組帳戶所屬的資源群組名稱。

accountName

string

機器學習小群組帳戶的名稱。

workspaceName

string

機器學習小群組帳戶工作區的名稱。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<Workspace>

回呼

get(string, string, string, ServiceCallback<Workspace>)

function get(resourceGroupName: string, accountName: string, workspaceName: string, callback: ServiceCallback<Workspace>)

參數

resourceGroupName

string

機器學習小群組帳戶所屬的資源群組名稱。

accountName

string

機器學習小群組帳戶的名稱。

workspaceName

string

機器學習小群組帳戶工作區的名稱。

callback

ServiceCallback<Workspace>

回呼

listByAccounts(string, string, RequestOptionsBase)

列出指定小群組帳戶下所有可用的機器學習工作區。

function listByAccounts(accountName: string, resourceGroupName: string, options?: RequestOptionsBase): Promise<WorkspacesListByAccountsResponse>

參數

accountName

string

機器學習小群組帳戶的名稱。

resourceGroupName

string

機器學習小群組帳戶所屬的資源群組名稱。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.WorkspacesListByAccountsResponse>

listByAccounts(string, string, RequestOptionsBase, ServiceCallback<WorkspaceListResult>)

function listByAccounts(accountName: string, resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<WorkspaceListResult>)

參數

accountName

string

機器學習小群組帳戶的名稱。

resourceGroupName

string

機器學習小群組帳戶所屬的資源群組名稱。

options
RequestOptionsBase

選擇性參數

listByAccounts(string, string, ServiceCallback<WorkspaceListResult>)

function listByAccounts(accountName: string, resourceGroupName: string, callback: ServiceCallback<WorkspaceListResult>)

參數

accountName

string

機器學習小群組帳戶的名稱。

resourceGroupName

string

機器學習小群組帳戶所屬的資源群組名稱。

listByAccountsNext(string, RequestOptionsBase)

列出指定小群組帳戶下所有可用的機器學習工作區。

function listByAccountsNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WorkspacesListByAccountsNextResponse>

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.WorkspacesListByAccountsNextResponse>

listByAccountsNext(string, RequestOptionsBase, ServiceCallback<WorkspaceListResult>)

function listByAccountsNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WorkspaceListResult>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

listByAccountsNext(string, ServiceCallback<WorkspaceListResult>)

function listByAccountsNext(nextPageLink: string, callback: ServiceCallback<WorkspaceListResult>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

update(string, string, string, WorkspaceUpdateParameters, RequestOptionsBase)

更新具有指定參數的機器學習工作區。

function update(resourceGroupName: string, accountName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, options?: RequestOptionsBase): Promise<WorkspacesUpdateResponse>

參數

resourceGroupName

string

機器學習小群組帳戶所屬的資源群組名稱。

accountName

string

機器學習小群組帳戶的名稱。

workspaceName

string

機器學習小群組帳戶工作區的名稱。

parameters
WorkspaceUpdateParameters

更新機器學習工作區的參數。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.WorkspacesUpdateResponse>

update(string, string, string, WorkspaceUpdateParameters, RequestOptionsBase, ServiceCallback<Workspace>)

function update(resourceGroupName: string, accountName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Workspace>)

參數

resourceGroupName

string

機器學習小群組帳戶所屬的資源群組名稱。

accountName

string

機器學習小群組帳戶的名稱。

workspaceName

string

機器學習小群組帳戶工作區的名稱。

parameters
WorkspaceUpdateParameters

更新機器學習工作區的參數。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<Workspace>

回呼

update(string, string, string, WorkspaceUpdateParameters, ServiceCallback<Workspace>)

function update(resourceGroupName: string, accountName: string, workspaceName: string, parameters: WorkspaceUpdateParameters, callback: ServiceCallback<Workspace>)

參數

resourceGroupName

string

機器學習小群組帳戶所屬的資源群組名稱。

accountName

string

機器學習小群組帳戶的名稱。

workspaceName

string

機器學習小群組帳戶工作區的名稱。

parameters
WorkspaceUpdateParameters

更新機器學習工作區的參數。

callback

ServiceCallback<Workspace>

回呼