Package version:

Request property.

interface SubRequest {
    limit?: LimitJsonObjectUnion;
    message?: string;
    name?: ResourceName;
    provisioningState?: string;
    resourceType?: string;
    subRequestId?: string;
    unit?: string;
}

Properties

Resource quota limit properties.

message?: string

User-friendly status message.

Resource name.

provisioningState?: string

The quota request status.

resourceType?: string

Resource type for which the quota properties were requested.

subRequestId?: string

Quota request ID.

unit?: 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.