ISubscriptionQuotaAllocationsProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.SubscriptionQuotaAllocationsPropertiesTypeConverter))]
public interface ISubscriptionQuotaAllocationsProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.SubscriptionQuotaAllocationsPropertiesTypeConverter))>]
type ISubscriptionQuotaAllocationsProperties = interface
interface IJsonSerializable
interface ISubscriptionQuotaDetails
Public Interface ISubscriptionQuotaAllocationsProperties
Implements ISubscriptionQuotaDetails
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Limit |
The total quota limit for the subscription. (Inherited from ISubscriptionQuotaDetails) |
| NameLocalizedValue |
Resource display name. (Inherited from ISubscriptionQuotaDetails) |
| NameValue |
Resource name. (Inherited from ISubscriptionQuotaDetails) |
| ResourceName |
The resource name, such as SKU name. (Inherited from ISubscriptionQuotaDetails) |
| ShareableQuota |
The shareable quota for the subscription. (Inherited from ISubscriptionQuotaDetails) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |