ReservationRecommendationDetailsResourceProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.consumption.models.ReservationRecommendationDetailsResourceProperties

public final class ReservationRecommendationDetailsResourceProperties

Details of the resource.

Constructor Summary

Constructor Description
ReservationRecommendationDetailsResourceProperties()

Method Summary

Modifier and Type Method and Description
List<String> appliedScopes()

Get the appliedScopes property: List of subscriptions for which the reservation is applied.

Float onDemandRate()

Get the onDemandRate property: On demand rate of the resource.

String product()

Get the product property: Azure product ex: Standard_E8s_v3 etc.

String region()

Get the region property: Azure resource region ex:EastUS, WestUS etc.

Float reservationRate()

Get the reservationRate property: Reservation rate of the resource.

String resourceType()

Get the resourceType property: The azure resource type.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ReservationRecommendationDetailsResourceProperties

public ReservationRecommendationDetailsResourceProperties()

Method Details

appliedScopes

public List appliedScopes()

Get the appliedScopes property: List of subscriptions for which the reservation is applied.

Returns:

the appliedScopes value.

onDemandRate

public Float onDemandRate()

Get the onDemandRate property: On demand rate of the resource.

Returns:

the onDemandRate value.

product

public String product()

Get the product property: Azure product ex: Standard_E8s_v3 etc.

Returns:

the product value.

region

public String region()

Get the region property: Azure resource region ex:EastUS, WestUS etc.

Returns:

the region value.

reservationRate

public Float reservationRate()

Get the reservationRate property: Reservation rate of the resource.

Returns:

the reservationRate value.

resourceType

public String resourceType()

Get the resourceType property: The azure resource type.

Returns:

the resourceType value.

validate

public void validate()

Validates the instance.

Applies to