Class CommitmentsAzureComputeSPCommitment

Azure Compute Savings Plan commitment details.

Hierarchy

  • CommitmentsAzureComputeSPCommitment

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
benefitName: string

The display name of the Azure Savings Plan.

commitmentId: string

The unique identifier of the Savings Plan.

committedSpendPerHour?: number

The hourly committed spend for the Savings Plan.

expirationDate?: string

The expiration date of the commitment.

startDate?: string

The start date of the commitment.

termLength?: number

The term length in years.

utilization?: number

The utilization percentage of the commitment.

Generated using TypeDoc