Interface RefundResponse


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

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Fully qualified identifier of the reservation being returned.
    Gets the inner com.azure.resourcemanager.reservations.fluent.models.RefundResponseInner object.
    Gets the properties property: The refund properties of reservation.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified identifier of the reservation being returned.
      Returns:
      the id value.
    • properties

      Gets the properties property: The refund properties of reservation.
      Returns:
      the properties value.
    • innerModel

      RefundResponseInner innerModel()
      Gets the inner com.azure.resourcemanager.reservations.fluent.models.RefundResponseInner object.
      Returns:
      the inner object.