SubscriptionQuotaAllocationsListProperties 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.SubscriptionQuotaAllocationsListPropertiesTypeConverter))]
public class SubscriptionQuotaAllocationsListProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocationsListProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.SubscriptionQuotaAllocationsListPropertiesTypeConverter))>]
type SubscriptionQuotaAllocationsListProperties = class
interface ISubscriptionQuotaAllocationsListProperties
interface IJsonSerializable
Public Class SubscriptionQuotaAllocationsListProperties
Implements ISubscriptionQuotaAllocationsListProperties
- Inheritance
-
SubscriptionQuotaAllocationsListProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SubscriptionQuotaAllocationsListProperties() |
Creates an new SubscriptionQuotaAllocationsListProperties instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
The URL to use for getting the next set of results. |
| ProvisioningState |
Request status. |
| Value |
Subscription quota list. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SubscriptionQuotaAllocationsListProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SubscriptionQuotaAllocationsListProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubscriptionQuotaAllocationsListProperties. |
| FromJsonString(String) |
Creates a new instance of SubscriptionQuotaAllocationsListProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SubscriptionQuotaAllocationsListProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |