ISubmittedResourceRequestStatusProperties 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.SubmittedResourceRequestStatusPropertiesTypeConverter))]
public interface ISubmittedResourceRequestStatusProperties : Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.SubmittedResourceRequestStatusPropertiesTypeConverter))>]
type ISubmittedResourceRequestStatusProperties = interface
interface IJsonSerializable
Public Interface ISubmittedResourceRequestStatusProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |