ApiManagementSkuRestrictions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes scaling information of a SKU.
public class ApiManagementSkuRestrictions
type ApiManagementSkuRestrictions = class
Public Class ApiManagementSkuRestrictions
- Inheritance
-
ApiManagementSkuRestrictions
Constructors
ApiManagementSkuRestrictions() |
Initializes a new instance of the ApiManagementSkuRestrictions class. |
ApiManagementSkuRestrictions(Nullable<ApiManagementSkuRestrictionsType>, IList<String>, ApiManagementSkuRestrictionInfo, Nullable<ApiManagementSkuRestrictionsReasonCode>) |
Initializes a new instance of the ApiManagementSkuRestrictions class. |
Properties
ReasonCode |
Gets the reason for restriction. Possible values include: 'QuotaId', 'NotAvailableForSubscription' |
RestrictionInfo |
Gets the information about the restriction where the SKU cannot be used. |
Type |
Gets the type of restrictions. Possible values include: 'Location', 'Zone' |
Values |
Gets the value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. |
Applies to
Azure SDK for .NET