ReservationRecommendationDetailsResourceProperties Class

Details of the resource.

Constructor

ReservationRecommendationDetailsResourceProperties(*args: Any, **kwargs: Any)

Variables

Name Description
applied_scopes

List of subscriptions for which the reservation is applied.

on_demand_rate

On-demand rate of the resource. Most resources use hourly rates, except for BlockBlob, ManagedDisk, Backup, and Azure Files, which use monthly rates. Only hardware rates are included; software rates are excluded. Note: there could be new resources that use hourly rates in the future.

product
str

Azure product ex: Standard_E8s_v3 etc.

region
str

Azure resource region ex:EastUS, WestUS etc.

reservation_rate

Hourly reservation rate of the resource. Varies based on the term.

resource_type
str

The azure resource type.

Attributes

applied_scopes

List of subscriptions for which the reservation is applied.

applied_scopes: list[str] | None

on_demand_rate

On-demand rate of the resource. Most resources use hourly rates, except for BlockBlob, ManagedDisk, Backup, and Azure Files, which use monthly rates. Only hardware rates are included; software rates are excluded. Note: there could be new resources that use hourly rates in the future.

on_demand_rate: float | None

product

Standard_E8s_v3 etc.

product: str | None

region

EastUS, WestUS etc.

region: str | None

reservation_rate

Hourly reservation rate of the resource. Varies based on the term.

reservation_rate: float | None

resource_type

The azure resource type.

resource_type: str | None