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.
Request property.
public class SubRequest
type SubRequest = class
Public Class SubRequest
- Inheritance
-
SubRequest
Constructors
SubRequest() |
Initializes a new instance of the SubRequest class. |
SubRequest(ResourceName, String, String, String, String, String, LimitJsonObject) |
Initializes a new instance of the SubRequest class. |
Properties
Limit |
Gets or sets resource quota limit properties. |
Message |
Gets user-friendly status message. |
Name |
Gets or sets resource name. |
ProvisioningState |
Gets or sets the quota request status. Possible values include: 'Accepted', 'Invalid', 'Succeeded', 'Failed', 'InProgress' |
ResourceType |
Gets resource type for which the quota properties were requested. |
SubRequestId |
Gets quota request ID. |
Unit |
Gets or sets 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. |
Applies to
Azure SDK for .NET