ISubRequest 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.SubRequestTypeConverter))]
public interface ISubRequest : Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.SubRequestTypeConverter))>]
type ISubRequest = interface
interface IJsonSerializable
Public Interface ISubRequest
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Id |
Quota request ID. |
Limit |
Resource quota limit properties. |
Message |
User-friendly status message. |
NameLocalizedValue |
Resource display name. |
NameValue |
Resource name. |
ProvisioningState |
The quota request status. |
ResourceType |
Resource type for which the quota properties were requested. |
Unit |
Quota limit units, such as Count and Bytes. When requesting quota, use the unit value returned in the GET response in the request body of your PUT operation. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |