QuotaManager Class

  • java.lang.Object
    • com.azure.resourcemanager.quota.QuotaManager

public final class QuotaManager

Entry point to QuotaManager. Microsoft Azure Quota Resource Provider.

Method Summary

Modifier and Type Method and Description
static QuotaManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of Quota service API entry point.

static QuotaManager 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 QuotaManager with optional configuration.

GroupQuotaLimits groupQuotaLimits()

Gets the resource collection API of GroupQuotaLimits.

GroupQuotaLimitsRequests groupQuotaLimitsRequests()

Gets the resource collection API of GroupQuotaLimitsRequests.

GroupQuotaLocationSettings groupQuotaLocationSettings()

Gets the resource collection API of GroupQuotaLocationSettings.

GroupQuotas groupQuotas()

Gets the resource collection API of GroupQuotas.

GroupQuotaSubscriptionAllocationRequests groupQuotaSubscriptionAllocationRequests()

Gets the resource collection API of GroupQuotaSubscriptionAllocationRequests.

GroupQuotaSubscriptionAllocations groupQuotaSubscriptionAllocations()

Gets the resource collection API of GroupQuotaSubscriptionAllocations.

GroupQuotaSubscriptionRequests groupQuotaSubscriptionRequests()

Gets the resource collection API of GroupQuotaSubscriptionRequests.

GroupQuotaSubscriptions groupQuotaSubscriptions()

Gets the resource collection API of GroupQuotaSubscriptions.

GroupQuotaUsages groupQuotaUsages()

Gets the resource collection API of GroupQuotaUsages.

QuotaOperations quotaOperations()

Gets the resource collection API of QuotaOperations.

QuotaRequestStatus quotaRequestStatus()

Gets the resource collection API of QuotaRequestStatus.

Quotas quotas()

Gets the resource collection API of Quotas.

QuotaManagementClient serviceClient()

Gets wrapped service client QuotaManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

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:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the Quota service API instance.

authenticate

public static QuotaManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of Quota service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the Quota service API instance.

configure

public static QuotaManager.Configurable configure()

Gets a Configurable instance that can be used to create QuotaManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

groupQuotaLimits

public GroupQuotaLimits groupQuotaLimits()

Gets the resource collection API of GroupQuotaLimits.

Returns:

Resource collection API of GroupQuotaLimits.

groupQuotaLimitsRequests

public GroupQuotaLimitsRequests groupQuotaLimitsRequests()

Gets the resource collection API of GroupQuotaLimitsRequests.

Returns:

Resource collection API of GroupQuotaLimitsRequests.

groupQuotaLocationSettings

public GroupQuotaLocationSettings groupQuotaLocationSettings()

Gets the resource collection API of GroupQuotaLocationSettings.

Returns:

Resource collection API of GroupQuotaLocationSettings.

groupQuotas

public GroupQuotas groupQuotas()

Gets the resource collection API of GroupQuotas.

Returns:

Resource collection API of GroupQuotas.

groupQuotaSubscriptionAllocationRequests

public GroupQuotaSubscriptionAllocationRequests groupQuotaSubscriptionAllocationRequests()

Gets the resource collection API of GroupQuotaSubscriptionAllocationRequests.

Returns:

Resource collection API of GroupQuotaSubscriptionAllocationRequests.

groupQuotaSubscriptionAllocations

public GroupQuotaSubscriptionAllocations groupQuotaSubscriptionAllocations()

Gets the resource collection API of GroupQuotaSubscriptionAllocations.

Returns:

Resource collection API of GroupQuotaSubscriptionAllocations.

groupQuotaSubscriptionRequests

public GroupQuotaSubscriptionRequests groupQuotaSubscriptionRequests()

Gets the resource collection API of GroupQuotaSubscriptionRequests.

Returns:

Resource collection API of GroupQuotaSubscriptionRequests.

groupQuotaSubscriptions

public GroupQuotaSubscriptions groupQuotaSubscriptions()

Gets the resource collection API of GroupQuotaSubscriptions.

Returns:

Resource collection API of GroupQuotaSubscriptions.

groupQuotaUsages

public GroupQuotaUsages groupQuotaUsages()

Gets the resource collection API of GroupQuotaUsages.

Returns:

Resource collection API of GroupQuotaUsages.

quotaOperations

public QuotaOperations quotaOperations()

Gets the resource collection API of QuotaOperations.

Returns:

Resource collection API of QuotaOperations.

quotaRequestStatus

public QuotaRequestStatus quotaRequestStatus()

Gets the resource collection API of QuotaRequestStatus.

Returns:

Resource collection API of QuotaRequestStatus.

quotas

public Quotas quotas()

Gets the resource collection API of Quotas. It manages CurrentQuotaLimitBase.

Returns:

Resource collection API of Quotas.

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:

Wrapped service client QuotaManagementClient.

usages

public Usages usages()

Gets the resource collection API of Usages.

Returns:

Resource collection API of Usages.

Applies to