AccountsOperations interface

Interface representing a Accounts operations.

Properties

checkNameAvailability

Adds check global name availability operation, normally used if a resource name must be globally unique.

createOrUpdate

Create a Account

delete

Delete a Account

get

Get a Account

listByResourceGroup

List Account resources by resource group

listBySubscription

List Account resources by subscription ID

update

Update a Account

Property Details

checkNameAvailability

Adds check global name availability operation, normally used if a resource name must be globally unique.

checkNameAvailability: (body: CheckNameAvailabilityRequest, options?: AccountsCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResponse>

Property Value

(body: CheckNameAvailabilityRequest, options?: AccountsCheckNameAvailabilityOptionalParams) => Promise<CheckNameAvailabilityResponse>

createOrUpdate

Create a Account

createOrUpdate: (resourceGroupName: string, accountName: string, resource: Account, options?: AccountsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Account>, Account>

Property Value

(resourceGroupName: string, accountName: string, resource: Account, options?: AccountsCreateOrUpdateOptionalParams) => PollerLike<OperationState<Account>, Account>

delete

Delete a Account

delete: (resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get a Account

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

Property Value

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

listByResourceGroup

List Account resources by resource group

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

Property Value

(resourceGroupName: string, options?: AccountsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Account, Account[], PageSettings>

listBySubscription

List Account resources by subscription ID

listBySubscription: (options?: AccountsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Account, Account[], PageSettings>

Property Value

(options?: AccountsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Account, Account[], PageSettings>

update

Update a Account

update: (resourceGroupName: string, accountName: string, properties: AccountUpdate, options?: AccountsUpdateOptionalParams) => Promise<Account>

Property Value

(resourceGroupName: string, accountName: string, properties: AccountUpdate, options?: AccountsUpdateOptionalParams) => Promise<Account>