Interface AzureReservationApi
public interface AzureReservationApi
The interface for AzureReservationApi class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the CalculateExchangesClient object to access its operations.Gets the CalculateRefundsClient object to access its operations.Gets The default poll interval for long-running operation.Gets server parameter.Gets the ExchangesClient object to access its operations.com.azure.core.http.HttpPipeline
Gets The HTTP pipeline to send requests through.Gets the OperationsClient object to access its operations.Gets the QuotaRequestStatusClient object to access its operations.Gets the QuotasClient object to access its operations.Gets the ReservationOrdersClient object to access its operations.Gets the ReservationsClient object to access its operations.Gets the ResourceProvidersClient object to access its operations.Gets the ReturnsClient object to access its operations.
-
Method Details
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getReservations
ReservationsClient getReservations()Gets the ReservationsClient object to access its operations.- Returns:
- the ReservationsClient object.
-
getResourceProviders
ResourceProvidersClient getResourceProviders()Gets the ResourceProvidersClient object to access its operations.- Returns:
- the ResourceProvidersClient object.
-
getReservationOrders
ReservationOrdersClient getReservationOrders()Gets the ReservationOrdersClient object to access its operations.- Returns:
- the ReservationOrdersClient object.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getCalculateRefunds
CalculateRefundsClient getCalculateRefunds()Gets the CalculateRefundsClient object to access its operations.- Returns:
- the CalculateRefundsClient object.
-
getReturns
ReturnsClient getReturns()Gets the ReturnsClient object to access its operations.- Returns:
- the ReturnsClient object.
-
getCalculateExchanges
CalculateExchangesClient getCalculateExchanges()Gets the CalculateExchangesClient object to access its operations.- Returns:
- the CalculateExchangesClient object.
-
getExchanges
ExchangesClient getExchanges()Gets the ExchangesClient object to access its operations.- Returns:
- the ExchangesClient object.
-
getQuotas
QuotasClient getQuotas()Gets the QuotasClient object to access its operations.- Returns:
- the QuotasClient object.
-
getQuotaRequestStatus
QuotaRequestStatusClient getQuotaRequestStatus()Gets the QuotaRequestStatusClient object to access its operations.- Returns:
- the QuotaRequestStatusClient object.
-