QuotaManager Class
- java.
lang. Object - com.
azure. resourcemanager. quota. QuotaManager
- com.
public final class QuotaManager
Entry point to QuotaManager. Microsoft Azure Quota Resource Provider.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Quota |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Quota service API entry point. |
|
static
Quota |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Quota service API entry point. |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Quota |
|
Group |
groupQuotaLimits()
Gets the resource collection API of Group |
|
Group |
groupQuotaLimitsRequests()
Gets the resource collection API of Group |
|
Group |
groupQuotaLocationSettings()
Gets the resource collection API of Group |
|
Group |
groupQuotas()
Gets the resource collection API of Group |
|
Group |
groupQuotaSubscriptionAllocationRequests()
Gets the resource collection API of Group |
|
Group |
groupQuotaSubscriptionAllocations()
Gets the resource collection API of Group |
|
Group |
groupQuotaSubscriptionRequests()
Gets the resource collection API of Group |
|
Group |
groupQuotaSubscriptions()
Gets the resource collection API of Group |
|
Group |
groupQuotaUsages()
Gets the resource collection API of Group |
|
Quota |
quotaOperations()
Gets the resource collection API of Quota |
|
Quota |
quotaRequestStatus()
Gets the resource collection API of Quota |
| Quotas |
quotas()
Gets the resource collection API of Quotas. |
|
Quota |
serviceClient()
Gets wrapped service client Quota |
| Usages |
usages()
Gets the resource collection API of Usages. |
Methods inherited from java.lang.Object
Method Details
authenticate
public static QuotaManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Quota service API entry point.
Parameters:
Returns:
authenticate
public static QuotaManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Quota service API entry point.
Parameters:
Returns:
configure
public static QuotaManager.Configurable configure()
Gets a Configurable instance that can be used to create QuotaManager with optional configuration.
Returns:
groupQuotaLimits
public GroupQuotaLimits groupQuotaLimits()
Gets the resource collection API of GroupQuotaLimits.
Returns:
groupQuotaLimitsRequests
public GroupQuotaLimitsRequests groupQuotaLimitsRequests()
Gets the resource collection API of GroupQuotaLimitsRequests.
Returns:
groupQuotaLocationSettings
public GroupQuotaLocationSettings groupQuotaLocationSettings()
Gets the resource collection API of GroupQuotaLocationSettings.
Returns:
groupQuotas
public GroupQuotas groupQuotas()
Gets the resource collection API of GroupQuotas.
Returns:
groupQuotaSubscriptionAllocationRequests
public GroupQuotaSubscriptionAllocationRequests groupQuotaSubscriptionAllocationRequests()
Gets the resource collection API of GroupQuotaSubscriptionAllocationRequests.
Returns:
groupQuotaSubscriptionAllocations
public GroupQuotaSubscriptionAllocations groupQuotaSubscriptionAllocations()
Gets the resource collection API of GroupQuotaSubscriptionAllocations.
Returns:
groupQuotaSubscriptionRequests
public GroupQuotaSubscriptionRequests groupQuotaSubscriptionRequests()
Gets the resource collection API of GroupQuotaSubscriptionRequests.
Returns:
groupQuotaSubscriptions
public GroupQuotaSubscriptions groupQuotaSubscriptions()
Gets the resource collection API of GroupQuotaSubscriptions.
Returns:
groupQuotaUsages
public GroupQuotaUsages groupQuotaUsages()
Gets the resource collection API of GroupQuotaUsages.
Returns:
quotaOperations
public QuotaOperations quotaOperations()
Gets the resource collection API of QuotaOperations.
Returns:
quotaRequestStatus
public QuotaRequestStatus quotaRequestStatus()
Gets the resource collection API of QuotaRequestStatus.
Returns:
quotas
public Quotas quotas()
Gets the resource collection API of Quotas. It manages CurrentQuotaLimitBase.
Returns:
serviceClient
public QuotaManagementClient serviceClient()
Gets wrapped service client QuotaManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns:
usages
public Usages usages()
Gets the resource collection API of Usages.
Returns: