Accounts interface
Interface die een account vertegenwoordigt.
Methoden
Methodedetails
addRootCollectionAdmin(string, string, CollectionAdminUpdate, AccountsAddRootCollectionAdminOptionalParams)
Voeg de beheerder toe voor de hoofdverzameling die aan dit account is gekoppeld.
function addRootCollectionAdmin(resourceGroupName: string, accountName: string, collectionAdminUpdate: CollectionAdminUpdate, options?: AccountsAddRootCollectionAdminOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- accountName
-
string
De naam van het account.
- collectionAdminUpdate
- CollectionAdminUpdate
De nettolading van de verzamelingsbeheerder wordt bijgewerkt.
De optiesparameters.
Retouren
Promise<void>
beginCreateOrUpdate(string, string, Account, AccountsCreateOrUpdateOptionalParams)
Een account maken of bijwerken
function beginCreateOrUpdate(resourceGroupName: string, accountName: string, account: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<Account>, Account>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- accountName
-
string
De naam van het account.
- account
- Account
Het account.
De optiesparameters.
Retouren
Promise<PollerLike<@azure/core-lro.PollOperationState<Account>, Account>>
beginCreateOrUpdateAndWait(string, string, Account, AccountsCreateOrUpdateOptionalParams)
Een account maken of bijwerken
function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, account: Account, options?: AccountsCreateOrUpdateOptionalParams): Promise<Account>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- accountName
-
string
De naam van het account.
- account
- Account
Het account.
De optiesparameters.
Retouren
Promise<Account>
beginDelete(string, string, AccountsDeleteOptionalParams)
Hiermee verwijdert u een accountresource
function beginDelete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- accountName
-
string
De naam van het account.
- options
- AccountsDeleteOptionalParams
De optiesparameters.
Retouren
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, AccountsDeleteOptionalParams)
Hiermee verwijdert u een accountresource
function beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- accountName
-
string
De naam van het account.
- options
- AccountsDeleteOptionalParams
De optiesparameters.
Retouren
Promise<void>
beginUpdate(string, string, AccountUpdateParameters, AccountsUpdateOptionalParams)
Een account bijwerken
function beginUpdate(resourceGroupName: string, accountName: string, accountUpdateParameters: AccountUpdateParameters, options?: AccountsUpdateOptionalParams): Promise<PollerLike<PollOperationState<Account>, Account>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- accountName
-
string
De naam van het account.
- accountUpdateParameters
- AccountUpdateParameters
De parameters voor het bijwerken van het account.
- options
- AccountsUpdateOptionalParams
De optiesparameters.
Retouren
Promise<PollerLike<@azure/core-lro.PollOperationState<Account>, Account>>
beginUpdateAndWait(string, string, AccountUpdateParameters, AccountsUpdateOptionalParams)
Een account bijwerken
function beginUpdateAndWait(resourceGroupName: string, accountName: string, accountUpdateParameters: AccountUpdateParameters, options?: AccountsUpdateOptionalParams): Promise<Account>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- accountName
-
string
De naam van het account.
- accountUpdateParameters
- AccountUpdateParameters
De parameters voor het bijwerken van het account.
- options
- AccountsUpdateOptionalParams
De optiesparameters.
Retouren
Promise<Account>
checkNameAvailability(CheckNameAvailabilityRequest, AccountsCheckNameAvailabilityOptionalParams)
Controleert of de accountnaam beschikbaar is.
function checkNameAvailability(checkNameAvailabilityRequest: CheckNameAvailabilityRequest, options?: AccountsCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResult>
Parameters
- checkNameAvailabilityRequest
- CheckNameAvailabilityRequest
De beschikbaarheidsaanvraag voor de controlenaam.
De optiesparameters.
Retouren
Promise<CheckNameAvailabilityResult>
get(string, string, AccountsGetOptionalParams)
Een account ophalen
function get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<Account>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- accountName
-
string
De naam van het account.
- options
- AccountsGetOptionalParams
De optiesparameters.
Retouren
Promise<Account>
listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)
Accounts weergeven in ResourceGroup
function listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Account, Account[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
De optiesparameters.
Retouren
listBySubscription(AccountsListBySubscriptionOptionalParams)
Accounts weergeven in abonnement
function listBySubscription(options?: AccountsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Account, Account[], PageSettings>
Parameters
De optiesparameters.
Retouren
listKeys(string, string, AccountsListKeysOptionalParams)
Geef de autorisatiesleutels weer die aan dit account zijn gekoppeld.
function listKeys(resourceGroupName: string, accountName: string, options?: AccountsListKeysOptionalParams): Promise<AccessKeys>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- accountName
-
string
De naam van het account.
- options
- AccountsListKeysOptionalParams
De optiesparameters.
Retouren
Promise<AccessKeys>