ApiManagementSku 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 an available ApiManagement SKU.
public class ApiManagementSku
type ApiManagementSku = class
Public Class ApiManagementSku
- Inheritance
-
ApiManagementSku
Constructors
ApiManagementSku() |
Initializes a new instance of the ApiManagementSku class. |
ApiManagementSku(String, String, String, String, String, String, ApiManagementSkuCapacity, IList<String>, IList<ApiManagementSkuLocationInfo>, IList<String>, IList<ApiManagementSkuCosts>, IList<ApiManagementSkuCapabilities>, IList<ApiManagementSkuRestrictions>) |
Initializes a new instance of the ApiManagementSku class. |
Properties
ApiVersions |
Gets the api versions that support this SKU. |
Capabilities |
Gets a name value pair to describe the capability. |
Capacity |
Gets specifies the number of virtual machines in the scale set. |
Costs |
Gets metadata for retrieving price info. |
Family |
Gets the Family of this particular SKU. |
Kind |
Gets the Kind of resources that are supported in this SKU. |
LocationInfo |
Gets a list of locations and availability zones in those locations where the SKU is available. |
Locations |
Gets the set of locations that the SKU is available. |
Name |
Gets the name of SKU. |
ResourceType |
Gets the type of resource the SKU applies to. |
Restrictions |
Gets the restrictions because of which SKU cannot be used. This is empty if there are no restrictions. |
Size |
Gets the Size of the SKU. |
Tier |
Gets specifies the tier of virtual machines in a scale set.<br /><br /> Possible Values:<br /><br /> Standard<br /><br /> Basic |
Applies to
Azure SDK for .NET