IGroupQuotaRequestBase Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaRequestBaseTypeConverter))]
public interface IGroupQuotaRequestBase : Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.GroupQuotaRequestBaseTypeConverter))>]
type IGroupQuotaRequestBase = interface
    interface IJsonSerializable
Public Interface IGroupQuotaRequestBase
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Comment

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

Limit

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

NameLocalizedValue

Resource display name.

NameValue

Resource name.

Region

Location/Azure region for the quota requested for resource.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to