次の方法で共有


Accounts interface

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

メソッド

beginCreateAndUpdate(string, string, AccountResource, AccountsCreateAndUpdateOptionalParams)

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

beginCreateAndUpdateAndWait(string, string, AccountResource, AccountsCreateAndUpdateOptionalParams)

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

delete(string, string, AccountsDeleteOptionalParams)

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

get(string, string, AccountsGetOptionalParams)

指定した名前のアカウント リソースを返します。

listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)

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

listBySubscription(AccountsListBySubscriptionOptionalParams)

サブスクリプションに属するアカウントの一覧を返します。

update(string, string, AccountPatchResource, AccountsUpdateOptionalParams)

アカウントの詳細を更新します。

メソッドの詳細

beginCreateAndUpdate(string, string, AccountResource, AccountsCreateAndUpdateOptionalParams)

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

function beginCreateAndUpdate(resourceGroupName: string, resourceName: string, accountResource: AccountResource, options?: AccountsCreateAndUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AccountResource>, AccountResource>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

リソースの名前。

accountResource
AccountResource

アカウントの詳細。

options
AccountsCreateAndUpdateOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<AccountResource>, AccountResource>>

beginCreateAndUpdateAndWait(string, string, AccountResource, AccountsCreateAndUpdateOptionalParams)

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

function beginCreateAndUpdateAndWait(resourceGroupName: string, resourceName: string, accountResource: AccountResource, options?: AccountsCreateAndUpdateOptionalParams): Promise<AccountResource>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

リソースの名前。

accountResource
AccountResource

アカウントの詳細。

options
AccountsCreateAndUpdateOptionalParams

options パラメーター。

戻り値

Promise<AccountResource>

delete(string, string, AccountsDeleteOptionalParams)

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

function delete(resourceGroupName: string, resourceName: string, options?: AccountsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

リソースの名前。

options
AccountsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, AccountsGetOptionalParams)

指定した名前のアカウント リソースを返します。

function get(resourceGroupName: string, resourceName: string, options?: AccountsGetOptionalParams): Promise<AccountResource>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

リソースの名前。

options
AccountsGetOptionalParams

options パラメーター。

戻り値

Promise<AccountResource>

listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)

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

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

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

options
AccountsListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(AccountsListBySubscriptionOptionalParams)

サブスクリプションに属するアカウントの一覧を返します。

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

パラメーター

options
AccountsListBySubscriptionOptionalParams

options パラメーター。

戻り値

update(string, string, AccountPatchResource, AccountsUpdateOptionalParams)

アカウントの詳細を更新します。

function update(resourceGroupName: string, resourceName: string, accountResource: AccountPatchResource, options?: AccountsUpdateOptionalParams): Promise<AccountResource>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

resourceName

string

リソースの名前。

accountResource
AccountPatchResource

アカウントのパッチの詳細。

options
AccountsUpdateOptionalParams

options パラメーター。

戻り値

Promise<AccountResource>