QuotaManagementClient Interface
public interface QuotaManagementClient
The interface for QuotaManagementClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
getApiVersion()
Gets Version parameter. |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
| abstract String |
getEndpoint()
Gets Service host. |
|
abstract
Group |
getGroupQuotaLimits()
Gets the Group |
|
abstract
Group |
getGroupQuotaLimitsRequests()
Gets the Group |
|
abstract
Group |
getGroupQuotaLocationSettings()
Gets the Group |
|
abstract
Group |
getGroupQuotas()
Gets the Group |
|
abstract
Group |
getGroupQuotaSubscriptionAllocationRequests()
Gets the Group |
|
abstract
Group |
getGroupQuotaSubscriptionAllocations()
Gets the Group |
|
abstract
Group |
getGroupQuotaSubscriptionRequests()
Gets the Group |
|
abstract
Group |
getGroupQuotaSubscriptions()
Gets the Group |
|
abstract
Group |
getGroupQuotaUsages()
Gets the Group |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Quota |
getQuotaOperations()
Gets the Quota |
|
abstract
Quota |
getQuotaRequestStatus()
Gets the Quota |
|
abstract
Quotas |
getQuotas()
Gets the Quotas |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
|
abstract
Usages |
getUsages()
Gets the Usages |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Version parameter.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets Service host.
Returns:
getGroupQuotaLimits
public abstract GroupQuotaLimitsClient getGroupQuotaLimits()
Gets the GroupQuotaLimitsClient object to access its operations.
Returns:
getGroupQuotaLimitsRequests
public abstract GroupQuotaLimitsRequestsClient getGroupQuotaLimitsRequests()
Gets the GroupQuotaLimitsRequestsClient object to access its operations.
Returns:
getGroupQuotaLocationSettings
public abstract GroupQuotaLocationSettingsClient getGroupQuotaLocationSettings()
Gets the GroupQuotaLocationSettingsClient object to access its operations.
Returns:
getGroupQuotas
public abstract GroupQuotasClient getGroupQuotas()
Gets the GroupQuotasClient object to access its operations.
Returns:
getGroupQuotaSubscriptionAllocationRequests
public abstract GroupQuotaSubscriptionAllocationRequestsClient getGroupQuotaSubscriptionAllocationRequests()
Gets the GroupQuotaSubscriptionAllocationRequestsClient object to access its operations.
Returns:
getGroupQuotaSubscriptionAllocations
public abstract GroupQuotaSubscriptionAllocationsClient getGroupQuotaSubscriptionAllocations()
Gets the GroupQuotaSubscriptionAllocationsClient object to access its operations.
Returns:
getGroupQuotaSubscriptionRequests
public abstract GroupQuotaSubscriptionRequestsClient getGroupQuotaSubscriptionRequests()
Gets the GroupQuotaSubscriptionRequestsClient object to access its operations.
Returns:
getGroupQuotaSubscriptions
public abstract GroupQuotaSubscriptionsClient getGroupQuotaSubscriptions()
Gets the GroupQuotaSubscriptionsClient object to access its operations.
Returns:
getGroupQuotaUsages
public abstract GroupQuotaUsagesClient getGroupQuotaUsages()
Gets the GroupQuotaUsagesClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getQuotaOperations
public abstract QuotaOperationsClient getQuotaOperations()
Gets the QuotaOperationsClient object to access its operations.
Returns:
getQuotaRequestStatus
public abstract QuotaRequestStatusClient getQuotaRequestStatus()
Gets the QuotaRequestStatusClient object to access its operations.
Returns:
getQuotas
public abstract QuotasClient getQuotas()
Gets the QuotasClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription. The value must be an UUID.
Returns:
getUsages
public abstract UsagesClient getUsages()
Gets the UsagesClient object to access its operations.
Returns: