Interface ChangeDirectoryResponse
public interface ChangeDirectoryResponse
An immutable client-side representation of ChangeDirectoryResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.reservations.fluent.models.ChangeDirectoryResponseInner object.Gets the reservationOrder property: Change directory result for reservation order or reservation.Gets the reservations property: The reservations property.
-
Method Details
-
reservationOrder
ChangeDirectoryResult reservationOrder()Gets the reservationOrder property: Change directory result for reservation order or reservation.- Returns:
- the reservationOrder value.
-
reservations
List<ChangeDirectoryResult> reservations()Gets the reservations property: The reservations property.- Returns:
- the reservations value.
-
innerModel
ChangeDirectoryResponseInner innerModel()Gets the inner com.azure.resourcemanager.reservations.fluent.models.ChangeDirectoryResponseInner object.- Returns:
- the inner object.
-