IQuotaAllocationRequestBaseProperties Interface

Definition

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

Properties

Name Description
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

The location for which the subscription is allocated

Methods

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

Applies to