Package version:

Interface GroupQuotaRequestBaseProperties

model interface GroupQuotaRequestBaseProperties

interface GroupQuotaRequestBaseProperties {
    comments?: string;
    limit?: number;
    name?: GroupQuotaRequestBasePropertiesName;
    region?: string;
}

Properties

comments?: string

GroupQuota Request comments and details for request. This is optional paramter to provide more details related to the requested resource.

limit?: number

The new quota limit for the subscription. The incremental quota will be allocated from pre-approved group quota.

Name of the resource provided by the resource provider. This property is already included in the request URI, so it is a readonly property returned in the response.

region?: string

Location/Azure region for the quota requested for resource.