Share via


ISubRequest Interface

Definition

[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)

Applies to