Share via


SubRequest Class

Definition

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