IQuotaRequestSubmitResponse Interface
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.QuotaRequestSubmitResponseTypeConverter))]
public interface IQuotaRequestSubmitResponse : Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.QuotaRequestSubmitResponseTypeConverter))>]
type IQuotaRequestSubmitResponse = interface
interface IJsonSerializable
Public Interface IQuotaRequestSubmitResponse
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
Type |
Resource type. "Microsoft.Quota/quotas". |
Value |
Quota request details. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |