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

ApiManagementSkuRestrictions 类

定义

描述 SKU 的缩放信息。

public class ApiManagementSkuRestrictions
type ApiManagementSkuRestrictions = class
Public Class ApiManagementSkuRestrictions
继承
ApiManagementSkuRestrictions

构造函数

ApiManagementSkuRestrictions()

初始化 ApiManagementSkuRestrictions 类的新实例。

ApiManagementSkuRestrictions(Nullable<ApiManagementSkuRestrictionsType>, IList<String>, ApiManagementSkuRestrictionInfo, Nullable<ApiManagementSkuRestrictionsReasonCode>)

初始化 ApiManagementSkuRestrictions 类的新实例。

属性

ReasonCode

获取限制的原因。 可能的值包括:“QuotaId”、“NotAvailableForSubscription”

RestrictionInfo

获取有关不能使用 SKU 的限制的信息。

Type

获取限制的类型。 可能的值包括:“Location”、“Zone”

Values

获取限制的值。 如果限制类型设置为 location。 这将是限制 SKU 的不同位置。

适用于