Interface BenefitRecommendationModel
public interface BenefitRecommendationModel
An immutable client-side representation of BenefitRecommendationModel.
-
Method Summary
Modifier and TypeMethodDescriptionid()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.BenefitRecommendationModelInner object.kind()
Gets the kind property: Reservation or SavingsPlan.name()
Gets the name property: The name of the resource.Gets the properties property: The properties of the benefit recommendations.type()
Gets the type property: The type of the resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
kind
BenefitKind kind()Gets the kind property: Reservation or SavingsPlan.- Returns:
- the kind value.
-
properties
BenefitRecommendationProperties properties()Gets the properties property: The properties of the benefit recommendations.- Returns:
- the properties value.
-
innerModel
BenefitRecommendationModelInner innerModel()Gets the inner com.azure.resourcemanager.costmanagement.fluent.models.BenefitRecommendationModelInner object.- Returns:
- the inner object.
-