Accounts interface
Interface die een account vertegenwoordigt.
Methoden
begin |
Accountresource maken of bijwerken. |
begin |
Accountresource maken of bijwerken. |
delete(string, string, Accounts |
Hiermee verwijdert u een accountresource. |
get(string, string, Accounts |
Retourneert de accountresource voor een bepaalde naam. |
list |
Retourneert een lijst met accounts-apps. |
list |
Retourneert een lijst met accounts die deel uitmaken van een abonnement. |
update(string, string, Account |
Accountgegevens bijwerken. |
Methodedetails
beginCreateAndUpdate(string, string, AccountResource, AccountsCreateAndUpdateOptionalParams)
Accountresource maken of bijwerken.
function beginCreateAndUpdate(resourceGroupName: string, resourceName: string, accountResource: AccountResource, options?: AccountsCreateAndUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AccountResource>, AccountResource>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de resource.
- accountResource
- AccountResource
Accountgegevens.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<AccountResource>, AccountResource>>
beginCreateAndUpdateAndWait(string, string, AccountResource, AccountsCreateAndUpdateOptionalParams)
Accountresource maken of bijwerken.
function beginCreateAndUpdateAndWait(resourceGroupName: string, resourceName: string, accountResource: AccountResource, options?: AccountsCreateAndUpdateOptionalParams): Promise<AccountResource>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de resource.
- accountResource
- AccountResource
Accountgegevens.
De optiesparameters.
Retouren
Promise<AccountResource>
delete(string, string, AccountsDeleteOptionalParams)
Hiermee verwijdert u een accountresource.
function delete(resourceGroupName: string, resourceName: string, options?: AccountsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de resource.
- options
- AccountsDeleteOptionalParams
De optiesparameters.
Retouren
Promise<void>
get(string, string, AccountsGetOptionalParams)
Retourneert de accountresource voor een bepaalde naam.
function get(resourceGroupName: string, resourceName: string, options?: AccountsGetOptionalParams): Promise<AccountResource>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de resource.
- options
- AccountsGetOptionalParams
De optiesparameters.
Retouren
Promise<AccountResource>
listByResourceGroup(string, AccountsListByResourceGroupOptionalParams)
Retourneert een lijst met accounts-apps.
function listByResourceGroup(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AccountResource, AccountResource[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
De optiesparameters.
Retouren
listBySubscription(AccountsListBySubscriptionOptionalParams)
Retourneert een lijst met accounts die deel uitmaken van een abonnement.
function listBySubscription(options?: AccountsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<AccountResource, AccountResource[], PageSettings>
Parameters
De optiesparameters.
Retouren
update(string, string, AccountPatchResource, AccountsUpdateOptionalParams)
Accountgegevens bijwerken.
function update(resourceGroupName: string, resourceName: string, accountResource: AccountPatchResource, options?: AccountsUpdateOptionalParams): Promise<AccountResource>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de resource.
- accountResource
- AccountPatchResource
Details van de accountpatch.
- options
- AccountsUpdateOptionalParams
De optiesparameters.
Retouren
Promise<AccountResource>