Accounts interface
アカウントを表すインターフェイス。
メソッド
| begin |
アカウントを作成する |
| begin |
アカウントを作成する |
| begin |
アカウントを削除する |
| begin |
アカウントを削除する |
| get(string, string, Accounts |
アカウントを取得する |
| list |
リソース グループ別にアカウント リソースを一覧表示する |
| list |
サブスクリプション ID でアカウント リソースを一覧表示する |
| update(string, string, Account |
アカウントを更新する |
メソッドの詳細
beginCreateOrUpdate(string, string, Account, AccountsCreateOrUpdateOptionalParams)
アカウントを作成する
function beginCreateOrUpdate(resourceGroupName: string, name: string, resource: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Account>, Account>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- name
-
string
アカウント名
- resource
- Account
リソース作成パラメーター。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Account>, Account>>
beginCreateOrUpdateAndWait(string, string, Account, AccountsCreateOrUpdateOptionalParams)
アカウントを作成する
function beginCreateOrUpdateAndWait(resourceGroupName: string, name: string, resource: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<Account>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- name
-
string
アカウント名
- resource
- Account
リソース作成パラメーター。
オプション パラメーター。
戻り値
Promise<Account>
beginDelete(string, string, AccountsDeleteOptionalParams)
アカウントを削除する
function beginDelete(resourceGroupName: string, name: string, options?: AccountsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- name
-
string
アカウント名
- options
- AccountsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, AccountsDeleteOptionalParams)
アカウントを削除する
function beginDeleteAndWait(resourceGroupName: string, name: string, options?: AccountsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- name
-
string
アカウント名
- options
- AccountsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
get(string, string, AccountsGetOptionalParams)
アカウントを取得する
function get(resourceGroupName: string, name: string, options?: AccountsGetOptionalParams): Promise<Account>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- name
-
string
アカウント名
- options
- AccountsGetOptionalParams
オプション パラメーター。
戻り値
Promise<Account>
listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)
リソース グループ別にアカウント リソースを一覧表示する
function listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Account, Account[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
オプション パラメーター。
戻り値
listBySubscription(AccountsListBySubscriptionOptionalParams)
サブスクリプション ID でアカウント リソースを一覧表示する
function listBySubscription(options?: AccountsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Account, Account[], PageSettings>
パラメーター
オプション パラメーター。
戻り値
update(string, string, AccountUpdate, AccountsUpdateOptionalParams)
アカウントを更新する
function update(resourceGroupName: string, name: string, properties: AccountUpdate, options?: AccountsUpdateOptionalParams): Promise<Account>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- name
-
string
アカウント名
- properties
- AccountUpdate
更新するリソース プロパティ。
- options
- AccountsUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<Account>