次の方法で共有


Accounts interface

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

メソッド

beginCreate(string, string, Account, AccountsCreateOptionalParams)

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

beginCreateAndWait(string, string, Account, AccountsCreateOptionalParams)

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

beginDelete(string, string, AccountsDeleteOptionalParams)

アカウントを削除します。

beginDeleteAndWait(string, string, AccountsDeleteOptionalParams)

アカウントを削除します。

beginUpdate(string, string, AccountUpdate, AccountsUpdateOptionalParams)

アカウントの修正可能なプロパティを更新します

beginUpdateAndWait(string, string, AccountUpdate, AccountsUpdateOptionalParams)

アカウントの修正可能なプロパティを更新します

get(string, string, AccountsGetOptionalParams)

指定されたアカウント名のアカウントの詳細を返します。

head(string, string, AccountsHeadOptionalParams)

アカウントが存在するかどうかを確認します。

listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)

アカウントの一覧を返します。

listBySubscription(AccountsListBySubscriptionOptionalParams)

アカウントの一覧を返します。

メソッドの詳細

beginCreate(string, string, Account, AccountsCreateOptionalParams)

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

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

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウント名。

account
Account

アカウントの詳細。

options
AccountsCreateOptionalParams

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

戻り値

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

beginCreateAndWait(string, string, Account, AccountsCreateOptionalParams)

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

function beginCreateAndWait(resourceGroupName: string, accountName: string, account: Account, options?: AccountsCreateOptionalParams): Promise<Account>

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウント名。

account
Account

アカウントの詳細。

options
AccountsCreateOptionalParams

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

戻り値

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, AccountUpdate, AccountsUpdateOptionalParams)

アカウントの修正可能なプロパティを更新します

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

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウント名。

accountUpdatePayload
AccountUpdate

アカウントを更新しました。

options
AccountsUpdateOptionalParams

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

戻り値

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

beginUpdateAndWait(string, string, AccountUpdate, AccountsUpdateOptionalParams)

アカウントの修正可能なプロパティを更新します

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

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウント名。

accountUpdatePayload
AccountUpdate

アカウントを更新しました。

options
AccountsUpdateOptionalParams

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

戻り値

Promise<Account>

get(string, string, AccountsGetOptionalParams)

指定されたアカウント名のアカウントの詳細を返します。

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

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウント名。

options
AccountsGetOptionalParams

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

戻り値

Promise<Account>

head(string, string, AccountsHeadOptionalParams)

アカウントが存在するかどうかを確認します。

function head(resourceGroupName: string, accountName: string, options?: AccountsHeadOptionalParams): Promise<AccountsHeadResponse>

パラメーター

resourceGroupName

string

リソース グループ名。

accountName

string

アカウント名。

options
AccountsHeadOptionalParams

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

戻り値

listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)

アカウントの一覧を返します。

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

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

戻り値