Class SubRequest | Azure SDK for .NET
Rachel Davis
Published Feb 16, 2026
The sub-request submitted with the quota request.
Inheritance
System.Object
SubRequest
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.Reservations.dll
Syntax
public class SubRequest Properties
Limit
Quota (resource limit).
Declaration
public Nullable<int> Limit { get; } Property Value
| System.Nullable<System.Int32> |
Message
User-friendly status message.
Declaration
public string Message { get; } Property Value
| System.String |
Name
The resource name.
Declaration
public Azure.ResourceManager.Reservations.Models.ResourceName Name { get; } Property Value
ProvisioningState
The quota request status.
Declaration
public Nullable<Azure.ResourceManager.Reservations.Models.QuotaRequestState> ProvisioningState { get; } Property Value
ResourceType
Resource type for which the quota check was made.
Declaration
public string ResourceType { get; } Property Value
| System.String |
SubRequestId
Sub request ID for individual request.
Declaration
public string SubRequestId { get; } Property Value
| System.String |
Unit
The limit units, such as count and bytes. Use the unit field provided in the response of the GET quota operation.
Declaration
public string Unit { get; } Property Value
| System.String |