QuotaAllocationRequestStatusProperties 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.QuotaAllocationRequestStatusPropertiesTypeConverter))]
public class QuotaAllocationRequestStatusProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaAllocationRequestStatusProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaAllocationRequestStatusPropertiesTypeConverter))>]
type QuotaAllocationRequestStatusProperties = class
interface IQuotaAllocationRequestStatusProperties
interface IJsonSerializable
Public Class QuotaAllocationRequestStatusProperties
Implements IQuotaAllocationRequestStatusProperties
- Inheritance
-
QuotaAllocationRequestStatusProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| QuotaAllocationRequestStatusProperties() |
Creates an new QuotaAllocationRequestStatusProperties instance. |
Properties
| Name | Description |
|---|---|
| FaultCode |
Details of the failure. |
| 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. |
| ProvisioningState |
Request status. |
| Region |
The location for which the subscription is allocated |
| RequestSubmitTime |
The request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QuotaAllocationRequestStatusProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QuotaAllocationRequestStatusProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaAllocationRequestStatusProperties. |
| FromJsonString(String) |
Creates a new instance of QuotaAllocationRequestStatusProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of QuotaAllocationRequestStatusProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |