你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Restriction 类
由于 SKU 不能使用的限制。
变量仅由服务器填充,在发送请求时将被忽略。
- 继承
-
azure.mgmt.storage._serialization.ModelRestriction
构造函数
Restriction(*, reason_code: str | _models.ReasonCode | None = None, **kwargs)
变量
- type
- str
限制的类型。 到目前为止,只有可能的值是位置。
- reason_code
- str 或 ReasonCode
限制的原因。 到目前为止,这可以是“QuotaId”或“NotAvailableForSubscription”。 当 SKU 具有 requiredQuotas 参数时,将设置配额 ID,因为订阅不属于该配额。 “NotAvailableForSubscription”与 DC 的容量相关。 已知值为:“QuotaId”和“NotAvailableForSubscription”。