Pricings interface
Interface representing a Pricings.
Methods
get(string, Pricings |
Gets a provided Security Center pricing configuration in the subscription. |
list(Pricings |
Lists Security Center pricing configurations in the subscription. |
update(string, Pricing, Pricings |
Updates a provided Security Center pricing configuration in the subscription. |
Method Details
get(string, PricingsGetOptionalParams)
Gets a provided Security Center pricing configuration in the subscription.
function get(pricingName: string, options?: PricingsGetOptionalParams): Promise<Pricing>
Parameters
- pricingName
-
string
name of the pricing configuration
- options
- PricingsGetOptionalParams
The options parameters.
Returns
Promise<Pricing>
list(PricingsListOptionalParams)
Lists Security Center pricing configurations in the subscription.
function list(options?: PricingsListOptionalParams): Promise<PricingList>
Parameters
- options
- PricingsListOptionalParams
The options parameters.
Returns
Promise<PricingList>
update(string, Pricing, PricingsUpdateOptionalParams)
Updates a provided Security Center pricing configuration in the subscription.
function update(pricingName: string, pricing: Pricing, options?: PricingsUpdateOptionalParams): Promise<Pricing>
Parameters
- pricingName
-
string
name of the pricing configuration
- pricing
- Pricing
Pricing object
- options
- PricingsUpdateOptionalParams
The options parameters.
Returns
Promise<Pricing>