共用方式為


Accounts class

代表 Accounts 的類別。

建構函式

Accounts(MLTeamAccountManagementClientContext)

建立帳戶。

方法

createOrUpdate(string, string, Account, RequestOptionsBase)

使用指定的參數建立或更新小群組帳戶。

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

刪除機器學習小群組帳戶。

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

取得指定機器學習小群組帳戶的屬性。

get(string, string, RequestOptionsBase, ServiceCallback<Account>)
get(string, string, ServiceCallback<Account>)
list(RequestOptionsBase)

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

list(RequestOptionsBase, ServiceCallback<AccountListResult>)
list(ServiceCallback<AccountListResult>)
listByResourceGroup(string, RequestOptionsBase)

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

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<AccountListResult>)
listByResourceGroup(string, ServiceCallback<AccountListResult>)
listByResourceGroupNext(string, RequestOptionsBase)

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

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<AccountListResult>)
listByResourceGroupNext(string, ServiceCallback<AccountListResult>)
listNext(string, RequestOptionsBase)

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

listNext(string, RequestOptionsBase, ServiceCallback<AccountListResult>)
listNext(string, ServiceCallback<AccountListResult>)
update(string, string, AccountUpdateParameters, RequestOptionsBase)

更新具有指定參數的機器學習小群組帳戶。

update(string, string, AccountUpdateParameters, RequestOptionsBase, ServiceCallback<Account>)
update(string, string, AccountUpdateParameters, ServiceCallback<Account>)

建構函式詳細資料

Accounts(MLTeamAccountManagementClientContext)

建立帳戶。

new Accounts(client: MLTeamAccountManagementClientContext)

參數

client
MLTeamAccountManagementClientContext

服務用戶端的參考。

方法詳細資料

createOrUpdate(string, string, Account, RequestOptionsBase)

使用指定的參數建立或更新小群組帳戶。

function createOrUpdate(resourceGroupName: string, accountName: string, parameters: Account, options?: RequestOptionsBase): Promise<AccountsCreateOrUpdateResponse>

參數

resourceGroupName

string

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

accountName

string

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

parameters
Account

用於建立或更新機器學習小群組帳戶的參數。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.AccountsCreateOrUpdateResponse>

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

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

參數

resourceGroupName

string

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

accountName

string

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

parameters
Account

用於建立或更新機器學習小群組帳戶的參數。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<Account>

回呼

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

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

參數

resourceGroupName

string

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

accountName

string

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

parameters
Account

用於建立或更新機器學習小群組帳戶的參數。

callback

ServiceCallback<Account>

回呼

deleteMethod(string, string, RequestOptionsBase)

刪除機器學習小群組帳戶。

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

參數

resourceGroupName

string

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

accountName

string

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

options
RequestOptionsBase

選擇性參數

傳回

Promise<RestResponse>

Promise < msRest.RestResponse>

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

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

參數

resourceGroupName

string

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

accountName

string

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

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<void>

回呼

deleteMethod(string, string, ServiceCallback<void>)

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

參數

resourceGroupName

string

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

accountName

string

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

callback

ServiceCallback<void>

回呼

get(string, string, RequestOptionsBase)

取得指定機器學習小群組帳戶的屬性。

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

參數

resourceGroupName

string

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

accountName

string

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

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.AccountsGetResponse>

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

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

參數

resourceGroupName

string

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

accountName

string

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

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<Account>

回呼

get(string, string, ServiceCallback<Account>)

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

參數

resourceGroupName

string

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

accountName

string

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

callback

ServiceCallback<Account>

回呼

list(RequestOptionsBase)

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

function list(options?: RequestOptionsBase): Promise<AccountsListResponse>

參數

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.AccountsListResponse>

list(RequestOptionsBase, ServiceCallback<AccountListResult>)

function list(options: RequestOptionsBase, callback: ServiceCallback<AccountListResult>)

參數

options
RequestOptionsBase

選擇性參數

list(ServiceCallback<AccountListResult>)

function list(callback: ServiceCallback<AccountListResult>)

參數

listByResourceGroup(string, RequestOptionsBase)

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

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<AccountsListByResourceGroupResponse>

參數

resourceGroupName

string

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

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.AccountsListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<AccountListResult>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<AccountListResult>)

參數

resourceGroupName

string

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

options
RequestOptionsBase

選擇性參數

listByResourceGroup(string, ServiceCallback<AccountListResult>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<AccountListResult>)

參數

resourceGroupName

string

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

listByResourceGroupNext(string, RequestOptionsBase)

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

function listByResourceGroupNext(nextPageLink: string, options?: RequestOptionsBase): Promise<AccountsListByResourceGroupNextResponse>

參數

nextPageLink

string

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

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.AccountsListByResourceGroupNextResponse>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<AccountListResult>)

function listByResourceGroupNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<AccountListResult>)

參數

nextPageLink

string

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

options
RequestOptionsBase

選擇性參數

listByResourceGroupNext(string, ServiceCallback<AccountListResult>)

function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<AccountListResult>)

參數

nextPageLink

string

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

listNext(string, RequestOptionsBase)

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

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<AccountsListNextResponse>

參數

nextPageLink

string

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

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.AccountsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<AccountListResult>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<AccountListResult>)

參數

nextPageLink

string

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

options
RequestOptionsBase

選擇性參數

listNext(string, ServiceCallback<AccountListResult>)

function listNext(nextPageLink: string, callback: ServiceCallback<AccountListResult>)

參數

nextPageLink

string

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

update(string, string, AccountUpdateParameters, RequestOptionsBase)

更新具有指定參數的機器學習小群組帳戶。

function update(resourceGroupName: string, accountName: string, parameters: AccountUpdateParameters, options?: RequestOptionsBase): Promise<AccountsUpdateResponse>

參數

resourceGroupName

string

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

accountName

string

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

parameters
AccountUpdateParameters

更新機器學習小群組帳戶的參數。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.AccountsUpdateResponse>

update(string, string, AccountUpdateParameters, RequestOptionsBase, ServiceCallback<Account>)

function update(resourceGroupName: string, accountName: string, parameters: AccountUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Account>)

參數

resourceGroupName

string

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

accountName

string

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

parameters
AccountUpdateParameters

更新機器學習小群組帳戶的參數。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<Account>

回呼

update(string, string, AccountUpdateParameters, ServiceCallback<Account>)

function update(resourceGroupName: string, accountName: string, parameters: AccountUpdateParameters, callback: ServiceCallback<Account>)

參數

resourceGroupName

string

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

accountName

string

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

parameters
AccountUpdateParameters

更新機器學習小群組帳戶的參數。

callback

ServiceCallback<Account>

回呼