SubmittedResourceRequestStatusProperties 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.SubmittedResourceRequestStatusPropertiesTypeConverter))]
public class SubmittedResourceRequestStatusProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubmittedResourceRequestStatusProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.SubmittedResourceRequestStatusPropertiesTypeConverter))>]
type SubmittedResourceRequestStatusProperties = class
interface ISubmittedResourceRequestStatusProperties
interface IJsonSerializable
Public Class SubmittedResourceRequestStatusProperties
Implements ISubmittedResourceRequestStatusProperties
- Inheritance
-
SubmittedResourceRequestStatusProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| SubmittedResourceRequestStatusProperties() |
Creates an new SubmittedResourceRequestStatusProperties instance. |
Properties
| Name | Description |
|---|---|
| Comment |
GroupQuota Request comments and details for request. This is optional paramter to provide more details related to the requested resource. |
| 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 |
Location/Azure region for the quota requested for resource. |
| 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 SubmittedResourceRequestStatusProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SubmittedResourceRequestStatusProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.ISubmittedResourceRequestStatusProperties. |
| FromJsonString(String) |
Creates a new instance of SubmittedResourceRequestStatusProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of SubmittedResourceRequestStatusProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |