SubRequest Class
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.
The sub-request submitted with the quota request.
public class SubRequest
type SubRequest = class
Public Class SubRequest
- Inheritance
-
SubRequest
Constructors
SubRequest() |
Initializes a new instance of the SubRequest class. |
SubRequest(Nullable<Int32>, ResourceName, String, String, Object, String, String) |
Initializes a new instance of the SubRequest class. |
Properties
Limit |
Gets quota (resource limit). |
Message |
Gets user-friendly status message. |
Name |
Gets or sets the resource name. |
ProvisioningState |
Gets or sets the quota request status. |
ResourceType |
Gets resource type for which the quota check was made. |
SubRequestId |
Gets sub request ID for individual request. |
Unit |
Gets or sets The limit units, such as count and bytes. Use the unit field provided in the response of the GET quota operation. |
Applies to
Azure SDK for .NET