SubscriptionQuotaAllocationsProperties Class
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.
Quota properties for the specified resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.SubscriptionQuotaAllocationsPropertiesTypeConverter))]
public class SubscriptionQuotaAllocationsProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocationsProperties, Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.SubscriptionQuotaAllocationsPropertiesTypeConverter))>]
type SubscriptionQuotaAllocationsProperties = class
interface ISubscriptionQuotaAllocationsProperties
interface IJsonSerializable
interface ISubscriptionQuotaDetails
interface IValidates
Public Class SubscriptionQuotaAllocationsProperties
Implements ISubscriptionQuotaAllocationsProperties, IValidates
- Inheritance
-
SubscriptionQuotaAllocationsProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SubscriptionQuotaAllocationsProperties() |
Creates an new SubscriptionQuotaAllocationsProperties instance. |
Properties
| Name | Description |
|---|---|
| Limit |
The total quota limit for the subscription. |
| NameLocalizedValue |
Resource display name. |
| NameValue |
Resource name. |
| ResourceName |
The resource name, such as SKU name. |
| ShareableQuota |
The shareable quota for the subscription. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SubscriptionQuotaAllocationsProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SubscriptionQuotaAllocationsProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocationsProperties. |
| FromJsonString(String) |
Creates a new instance of SubscriptionQuotaAllocationsProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SubscriptionQuotaAllocationsProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |