Interface AppliedReservations
public interface AppliedReservations
An immutable client-side representation of AppliedReservations.
-
Method Summary
Modifier and TypeMethodDescriptionid()
Gets the id property: Identifier of the applied reservations.Gets the inner com.azure.resourcemanager.reservations.fluent.models.AppliedReservationsInner object.name()
Gets the name property: Name of resource.Gets the reservationOrderIds property: Paginated list of applied reservations.type()
Gets the type property: Type of resource.
-
Method Details
-
id
String id()Gets the id property: Identifier of the applied reservations.- Returns:
- the id value.
-
name
String name()Gets the name property: Name of resource.- Returns:
- the name value.
-
type
String type()Gets the type property: Type of resource. "Microsoft.Capacity/AppliedReservations".- Returns:
- the type value.
-
reservationOrderIds
AppliedReservationList reservationOrderIds()Gets the reservationOrderIds property: Paginated list of applied reservations.- Returns:
- the reservationOrderIds value.
-
innerModel
AppliedReservationsInner innerModel()Gets the inner com.azure.resourcemanager.reservations.fluent.models.AppliedReservationsInner object.- Returns:
- the inner object.
-