次の方法で共有


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 が制限されている別の場所になります。

適用対象