Accounts interface
アカウントを表すインターフェイス。
メソッド
| begin |
アカウントを作成または更新します。 |
| begin |
アカウントを作成または更新します。 |
| begin |
アカウントを削除します。 |
| begin |
アカウントを削除します。 |
| begin |
アカウントの修正可能なプロパティを更新します |
| begin |
アカウントの修正可能なプロパティを更新します |
| get(string, string, Accounts |
指定されたアカウント名のアカウントの詳細を返します。 |
| head(string, string, Accounts |
アカウントが存在するかどうかを確認します。 |
| list |
アカウントの一覧を返します。 |
| list |
アカウントの一覧を返します。 |
メソッドの詳細
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
オプション パラメーター。
戻り値
Promise<AccountsHeadResponse>
listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)
アカウントの一覧を返します。
function listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Account, Account[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
オプション パラメーター。
戻り値
listBySubscription(AccountsListBySubscriptionOptionalParams)
アカウントの一覧を返します。
function listBySubscription(options?: AccountsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Account, Account[], PageSettings>
パラメーター
オプション パラメーター。