你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SubRequest interface

使用配额请求提交的子请求。

属性

limit

配额(资源限制)。 注意:此属性不会序列化。 它只能由服务器填充。

message

用户友好状态消息。 注意:此属性不会序列化。 它只能由服务器填充。

name

资源名称。

provisioningState

配额请求状态。

resourceType

为其执行配额检查的资源类型。 注意:此属性不会序列化。 它只能由服务器填充。

subRequestId

单个请求的子请求 ID。 注意:此属性不会序列化。 它只能由服务器填充。

unit

限制单位,如 计数字节。 使用 GET 配额作响应中提供的单元字段。

属性详细信息

limit

配额(资源限制)。 注意:此属性不会序列化。 它只能由服务器填充。

limit?: number

属性值

number

message

用户友好状态消息。 注意:此属性不会序列化。 它只能由服务器填充。

message?: string

属性值

string

name

资源名称。

name?: ResourceName

属性值

provisioningState

配额请求状态。

provisioningState?: string

属性值

string

resourceType

为其执行配额检查的资源类型。 注意:此属性不会序列化。 它只能由服务器填充。

resourceType?: string

属性值

string

subRequestId

单个请求的子请求 ID。 注意:此属性不会序列化。 它只能由服务器填充。

subRequestId?: string

属性值

string

unit

限制单位,如 计数字节。 使用 GET 配额作响应中提供的单元字段。

unit?: string

属性值

string