Share via


QuotaTiers interface

Interface representing a QuotaTiers.

Methods

createOrUpdate(string, QuotaTier, QuotaTiersCreateOrUpdateOptionalParams)

Update the Quota Tier information for the given subscription. QuotaTiers is a subscription wide resource type. It holds current tier information.

get(string, QuotaTiersGetOptionalParams)

Gets the Quota Tier information for the given subscription. QuotaTiers is a subscription wide resource type. It holds current tier information.

listBySubscription(QuotaTiersListBySubscriptionOptionalParams)

Returns all the resources of a particular type belonging to a subscription.

update(string, QuotaTier, QuotaTiersUpdateOptionalParams)

Update the Quota Tier information for the given subscription. QuotaTiers is a subscription wide resource type. It holds current tier information.

Method Details

createOrUpdate(string, QuotaTier, QuotaTiersCreateOrUpdateOptionalParams)

Update the Quota Tier information for the given subscription. QuotaTiers is a subscription wide resource type. It holds current tier information.

function createOrUpdate(defaultParam: string, tier: QuotaTier, options?: QuotaTiersCreateOrUpdateOptionalParams): Promise<QuotaTier>

Parameters

defaultParam

string

Default parameter. Leave the value as "default".

tier
QuotaTier

The parameters to provide for the quota tier resource.

options
QuotaTiersCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<QuotaTier>

get(string, QuotaTiersGetOptionalParams)

Gets the Quota Tier information for the given subscription. QuotaTiers is a subscription wide resource type. It holds current tier information.

function get(defaultParam: string, options?: QuotaTiersGetOptionalParams): Promise<QuotaTier>

Parameters

defaultParam

string

Default parameter. Leave the value as "default".

options
QuotaTiersGetOptionalParams

The options parameters.

Returns

Promise<QuotaTier>

listBySubscription(QuotaTiersListBySubscriptionOptionalParams)

Returns all the resources of a particular type belonging to a subscription.

function listBySubscription(options?: QuotaTiersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<QuotaTier, QuotaTier[], PageSettings>

Parameters

options
QuotaTiersListBySubscriptionOptionalParams

The options parameters.

Returns

update(string, QuotaTier, QuotaTiersUpdateOptionalParams)

Update the Quota Tier information for the given subscription. QuotaTiers is a subscription wide resource type. It holds current tier information.

function update(defaultParam: string, tier: QuotaTier, options?: QuotaTiersUpdateOptionalParams): Promise<QuotaTier>

Parameters

defaultParam

string

Default parameter. Leave the value as "default".

tier
QuotaTier

The parameters to provide for the quota tier resource.

options
QuotaTiersUpdateOptionalParams

The options parameters.

Returns

Promise<QuotaTier>