ApiManagementSkuRestrictions コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ApiManagementSkuRestrictions() |
ApiManagementSkuRestrictions クラスの新しいインスタンスを初期化します。 |
ApiManagementSkuRestrictions(Nullable<ApiManagementSkuRestrictionsType>, IList<String>, ApiManagementSkuRestrictionInfo, Nullable<ApiManagementSkuRestrictionsReasonCode>) |
ApiManagementSkuRestrictions クラスの新しいインスタンスを初期化します。 |
ApiManagementSkuRestrictions()
ApiManagementSkuRestrictions クラスの新しいインスタンスを初期化します。
public ApiManagementSkuRestrictions ();
Public Sub New ()
適用対象
ApiManagementSkuRestrictions(Nullable<ApiManagementSkuRestrictionsType>, IList<String>, ApiManagementSkuRestrictionInfo, Nullable<ApiManagementSkuRestrictionsReasonCode>)
ApiManagementSkuRestrictions クラスの新しいインスタンスを初期化します。
public ApiManagementSkuRestrictions (Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionsType? type = default, System.Collections.Generic.IList<string> values = default, Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionInfo restrictionInfo = default, Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionsReasonCode? reasonCode = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictions : Nullable<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionsType> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionInfo * Nullable<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionsReasonCode> -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictions
Public Sub New (Optional type As Nullable(Of ApiManagementSkuRestrictionsType) = Nothing, Optional values As IList(Of String) = Nothing, Optional restrictionInfo As ApiManagementSkuRestrictionInfo = Nothing, Optional reasonCode As Nullable(Of ApiManagementSkuRestrictionsReasonCode) = Nothing)
パラメーター
制限の種類。 使用可能な値は、'Location'、'Zone' です。
- restrictionInfo
- ApiManagementSkuRestrictionInfo
SKU を使用できない制限に関する情報。
- reasonCode
- Nullable<ApiManagementSkuRestrictionsReasonCode>
制限の理由。 使用できる値は、'QuotaId'、'NotAvailableForSubscription' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET