次の方法で共有


Accounts interface

アカウントを表すインターフェイス。

メソッド

addRootCollectionAdmin(string, string, CollectionAdminUpdate, AccountsAddRootCollectionAdminOptionalParams)

このアカウントに関連付けられているルート コレクションの管理者を追加します。

beginCreateOrUpdate(string, string, Account, AccountsCreateOrUpdateOptionalParams)

アカウントを作成または更新します

beginCreateOrUpdateAndWait(string, string, Account, AccountsCreateOrUpdateOptionalParams)

アカウントを作成または更新します

beginDelete(string, string, AccountsDeleteOptionalParams)

アカウント リソースを削除します

beginDeleteAndWait(string, string, AccountsDeleteOptionalParams)

アカウント リソースを削除します

beginUpdate(string, string, AccountUpdateParameters, AccountsUpdateOptionalParams)

アカウントを更新する

beginUpdateAndWait(string, string, AccountUpdateParameters, AccountsUpdateOptionalParams)

アカウントを更新する

checkNameAvailability(CheckNameAvailabilityRequest, AccountsCheckNameAvailabilityOptionalParams)

アカウント名が使用可能かどうかを確認します。

get(string, string, AccountsGetOptionalParams)

アカウントを取得する

listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)

ResourceGroup のアカウントを一覧表示する

listBySubscription(AccountsListBySubscriptionOptionalParams)

サブスクリプションのアカウントを一覧表示する

listKeys(string, string, AccountsListKeysOptionalParams)

このアカウントに関連付けられている承認キーを一覧表示します。

メソッドの詳細

addRootCollectionAdmin(string, string, CollectionAdminUpdate, AccountsAddRootCollectionAdminOptionalParams)

このアカウントに関連付けられているルート コレクションの管理者を追加します。

function addRootCollectionAdmin(resourceGroupName: string, accountName: string, collectionAdminUpdate: CollectionAdminUpdate, options?: AccountsAddRootCollectionAdminOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウントの名前。

collectionAdminUpdate
CollectionAdminUpdate

コレクション管理者の更新ペイロード。

options
AccountsAddRootCollectionAdminOptionalParams

オプション パラメーター。

戻り値

Promise<void>

beginCreateOrUpdate(string, string, Account, AccountsCreateOrUpdateOptionalParams)

アカウントを作成または更新します

function beginCreateOrUpdate(resourceGroupName: string, accountName: string, account: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<Account>, Account>>

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウントの名前。

account
Account

アカウント。

options
AccountsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<Account>, Account>>

beginCreateOrUpdateAndWait(string, string, Account, AccountsCreateOrUpdateOptionalParams)

アカウントを作成または更新します

function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, account: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<Account>

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウントの名前。

account
Account

アカウント。

options
AccountsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Account>

beginDelete(string, string, AccountsDeleteOptionalParams)

アカウント リソースを削除します

function beginDelete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウントの名前。

options
AccountsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, AccountsDeleteOptionalParams)

アカウント リソースを削除します

function beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウントの名前。

options
AccountsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

beginUpdate(string, string, AccountUpdateParameters, AccountsUpdateOptionalParams)

アカウントを更新する

function beginUpdate(resourceGroupName: string, accountName: string, accountUpdateParameters: AccountUpdateParameters, options?: AccountsUpdateOptionalParams): Promise<PollerLike<PollOperationState<Account>, Account>>

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウントの名前。

accountUpdateParameters
AccountUpdateParameters

アカウントの更新パラメーター。

options
AccountsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<Account>, Account>>

beginUpdateAndWait(string, string, AccountUpdateParameters, AccountsUpdateOptionalParams)

アカウントを更新する

function beginUpdateAndWait(resourceGroupName: string, accountName: string, accountUpdateParameters: AccountUpdateParameters, options?: AccountsUpdateOptionalParams): Promise<Account>

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウントの名前。

accountUpdateParameters
AccountUpdateParameters

アカウントの更新パラメーター。

options
AccountsUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Account>

checkNameAvailability(CheckNameAvailabilityRequest, AccountsCheckNameAvailabilityOptionalParams)

アカウント名が使用可能かどうかを確認します。

function checkNameAvailability(checkNameAvailabilityRequest: CheckNameAvailabilityRequest, options?: AccountsCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResult>

パラメーター

checkNameAvailabilityRequest
CheckNameAvailabilityRequest

名前の確認の可用性要求。

options
AccountsCheckNameAvailabilityOptionalParams

オプション パラメーター。

戻り値

get(string, string, AccountsGetOptionalParams)

アカウントを取得する

function get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<Account>

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウントの名前。

options
AccountsGetOptionalParams

オプション パラメーター。

戻り値

Promise<Account>

listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)

ResourceGroup のアカウントを一覧表示する

function listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Account, Account[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループ名。

options
AccountsListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

listBySubscription(AccountsListBySubscriptionOptionalParams)

サブスクリプションのアカウントを一覧表示する

function listBySubscription(options?: AccountsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Account, Account[], PageSettings>

パラメーター

options
AccountsListBySubscriptionOptionalParams

オプション パラメーター。

戻り値

listKeys(string, string, AccountsListKeysOptionalParams)

このアカウントに関連付けられている承認キーを一覧表示します。

function listKeys(resourceGroupName: string, accountName: string, options?: AccountsListKeysOptionalParams): Promise<AccessKeys>

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウントの名前。

options
AccountsListKeysOptionalParams

オプション パラメーター。

戻り値

Promise<AccessKeys>