QuotaRequestDetails 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.
List of quota requests with details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaRequestDetailsTypeConverter))]
public class QuotaRequestDetails : Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaRequestDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaRequestDetailsTypeConverter))>]
type QuotaRequestDetails = class
interface IQuotaRequestDetails
interface IJsonSerializable
Public Class QuotaRequestDetails
Implements IQuotaRequestDetails
- Inheritance
-
QuotaRequestDetails
- Attributes
- Implements
Constructors
QuotaRequestDetails() |
Creates an new QuotaRequestDetails instance. |
Properties
Code |
Error code. |
ErrorMessage |
Error message. |
Id |
Quota request ID. |
Message |
User-friendly status message. |
Name |
Quota request name. |
ProvisioningState |
The quota request status. |
RequestSubmitTime |
The quota request submission time. The date conforms to the following format specified by the ISO 8601 standard: yyyy-MM-ddTHH:mm:ssZ |
ResourceGroupName |
Gets the resource group name |
Type |
Resource type. "Microsoft.Quota/quotas". |
Value |
Quota request details. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of QuotaRequestDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of QuotaRequestDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IQuotaRequestDetails. |
FromJsonString(String) |
Creates a new instance of QuotaRequestDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of QuotaRequestDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |