Interface AppliedReservations


public interface AppliedReservations
An immutable client-side representation of AppliedReservations.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Identifier of the applied reservations.
    Gets the inner com.azure.resourcemanager.reservations.fluent.models.AppliedReservationsInner object.
    Gets the name property: Name of resource.
    Gets the reservationOrderIds property: Paginated list of applied reservations.
    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

      Gets the inner com.azure.resourcemanager.reservations.fluent.models.AppliedReservationsInner object.
      Returns:
      the inner object.