SubscriptionQuotaDetails 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.
Subscription Quota details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.SubscriptionQuotaDetailsTypeConverter))]
public class SubscriptionQuotaDetails : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.SubscriptionQuotaDetailsTypeConverter))>]
type SubscriptionQuotaDetails = class
interface ISubscriptionQuotaDetails
interface IJsonSerializable
Public Class SubscriptionQuotaDetails
Implements ISubscriptionQuotaDetails
- Inheritance
-
SubscriptionQuotaDetails
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SubscriptionQuotaDetails() |
Creates an new SubscriptionQuotaDetails 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 SubscriptionQuotaDetails. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SubscriptionQuotaDetails. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaDetails. |
| FromJsonString(String) |
Creates a new instance of SubscriptionQuotaDetails, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SubscriptionQuotaDetails into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |