Interface CalculatePriceResponse
public interface CalculatePriceResponse
An immutable client-side representation of CalculatePriceResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.reservations.fluent.models.CalculatePriceResponseInner object.Gets the properties property: Properties for calculate price response.
-
Method Details
-
properties
CalculatePriceResponseProperties properties()Gets the properties property: Properties for calculate price response.- Returns:
- the properties value.
-
innerModel
CalculatePriceResponseInner innerModel()Gets the inner com.azure.resourcemanager.reservations.fluent.models.CalculatePriceResponseInner object.- Returns:
- the inner object.
-