Accounts interface
アカウントを表すインターフェイス。
メソッド
| create |
指定したパラメーターを使用してチーム アカウントを作成または更新します。 |
| delete(string, string, Accounts |
機械学習チーム アカウントを削除します。 |
| get(string, string, Accounts |
指定した機械学習チーム アカウントのプロパティを取得します。 |
| list(Accounts |
指定したサブスクリプションで使用可能なすべての機械学習チーム アカウントを一覧表示します。 |
| list |
指定したリソース グループで使用可能なすべての機械学習チーム アカウントを一覧表示します。 |
| update(string, string, Account |
指定されたパラメーターを使用して、機械学習チーム アカウントを更新します。 |
メソッドの詳細
createOrUpdate(string, string, Account, AccountsCreateOrUpdateOptionalParams)
指定したパラメーターを使用してチーム アカウントを作成または更新します。
function createOrUpdate(resourceGroupName: string, accountName: string, parameters: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<Account>
パラメーター
- resourceGroupName
-
string
機械学習チーム アカウントが属するリソース グループの名前。
- accountName
-
string
機械学習チーム アカウントの名前。
- parameters
- Account
機械学習チーム アカウントを作成または更新するためのパラメーター。
オプション パラメーター。
戻り値
Promise<Account>
delete(string, string, AccountsDeleteOptionalParams)
機械学習チーム アカウントを削除します。
function delete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
機械学習チーム アカウントが属するリソース グループの名前。
- accountName
-
string
機械学習チーム アカウントの名前。
- options
- AccountsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
get(string, string, AccountsGetOptionalParams)
指定した機械学習チーム アカウントのプロパティを取得します。
function get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<Account>
パラメーター
- resourceGroupName
-
string
機械学習チーム アカウントが属するリソース グループの名前。
- accountName
-
string
機械学習チーム アカウントの名前。
- options
- AccountsGetOptionalParams
オプション パラメーター。
戻り値
Promise<Account>
list(AccountsListOptionalParams)
指定したサブスクリプションで使用可能なすべての機械学習チーム アカウントを一覧表示します。
function list(options?: AccountsListOptionalParams): PagedAsyncIterableIterator<Account, Account[], PageSettings>
パラメーター
- options
- AccountsListOptionalParams
オプション パラメーター。
戻り値
listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)
指定したリソース グループで使用可能なすべての機械学習チーム アカウントを一覧表示します。
function listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Account, Account[], PageSettings>
パラメーター
- resourceGroupName
-
string
機械学習チーム アカウントが属するリソース グループの名前。
オプション パラメーター。
戻り値
update(string, string, AccountUpdateParameters, AccountsUpdateOptionalParams)
指定されたパラメーターを使用して、機械学習チーム アカウントを更新します。
function update(resourceGroupName: string, accountName: string, parameters: AccountUpdateParameters, options?: AccountsUpdateOptionalParams): Promise<Account>
パラメーター
- resourceGroupName
-
string
機械学習チーム アカウントが属するリソース グループの名前。
- accountName
-
string
機械学習チーム アカウントの名前。
- parameters
- AccountUpdateParameters
機械学習チーム アカウントを更新するためのパラメーター。
- options
- AccountsUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<Account>