Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubRequest

Package version

Request property.

Hierarchy

  • SubRequest

Index

Properties

Optional limit

Resource quota limit properties.

Optional message

message: undefined | string

User-friendly status message. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

Resource name.

Optional provisioningState

provisioningState: QuotaRequestState

The quota request status. NOTE: This property will not be serialized. It can only be populated by the server.

Optional resourceType

resourceType: undefined | string

Resource type for which the quota properties were requested. NOTE: This property will not be serialized. It can only be populated by the server.

Optional subRequestId

subRequestId: undefined | string

Quota request ID. NOTE: This property will not be serialized. It can only be populated by the server.

Optional unit

unit: undefined | string

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.

Generated using TypeDoc