ResourceSkuInner 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 Compute SKU.
public class ResourceSkuInner
type ResourceSkuInner = class
Public Class ResourceSkuInner
- Inheritance
-
ResourceSkuInner
Constructors
ResourceSkuInner() |
Initializes a new instance of the ResourceSkuInner class. |
ResourceSkuInner(String, String, String, String, String, String, ResourceSkuCapacity, IList<String>, IList<ResourceSkuLocationInfo>, IList<String>, IList<ResourceSkuCosts>, IList<ResourceSkuCapabilities>, IList<ResourceSkuRestrictions>) |
Initializes a new instance of the ResourceSkuInner 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