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

QuotaRequestOneResourceSubmitResponse 类

定义

配额请求响应。

[Microsoft.Rest.Serialization.JsonTransformation]
public class QuotaRequestOneResourceSubmitResponse : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type QuotaRequestOneResourceSubmitResponse = class
    interface IResource
Public Class QuotaRequestOneResourceSubmitResponse
Implements IResource
继承
QuotaRequestOneResourceSubmitResponse
属性
实现

构造函数

QuotaRequestOneResourceSubmitResponse()

初始化 QuotaRequestOneResourceSubmitResponse 类的新实例。

QuotaRequestOneResourceSubmitResponse(String, String, String, String, String, Nullable<DateTime>, LimitObject, Nullable<Int32>, String, ResourceName, String, String, Nullable<Boolean>, ServiceErrorDetail, Object)

初始化 QuotaRequestOneResourceSubmitResponse 类的新实例。

属性

CurrentValue

获取当前资源的使用情况信息。

Error

获取或设置配额请求的错误详细信息。

Id

获取配额请求 ID。

IsQuotaApplicable

获取状态(如果可请求此资源的配额)。

Limit

获取或设置资源配额限制属性。

Message

获取用户友好状态消息。

Name

获取配额请求的名称。

Name1

获取或设置资源提供程序提供的资源名称。 请求配额时,请使用此属性名称。

Properties

获取或设置特定资源提供程序的其他属性。

ProvisioningState

获取配额请求状态。 可能的值包括:“Accepted”、“Invalid”、“Succeeded”、“Failed”、“InProgress”

QuotaPeriod

获取汇总配额使用情况值的时间段。 例如:*P1D (每一天) *PT1M (每一分钟) *PT1S (每秒) 。 此参数是可选的,因为对于某些资源(如计算),期间无关紧要。

RequestSubmitTime

获取配额请求提交时间。 日期符合以下 ISO 8601 标准格式:yyyy-MM-ddTHH:mm:ssZ。

ResourceType

获取或设置资源类型名称。

Type

获取资源类型。 “Microsoft.Quota/ServiceLimitRequests”

Unit

获取或设置配额限制单位,例如 Count 和 Bytes。 请求配额时,请在 PUT 操作的请求正文中使用 GET 响应中返回的 单位 值。

方法

Validate()

验证 对象。

适用于