NodeTypeSku 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 a node type sku.
public class NodeTypeSku
type NodeTypeSku = class
Public Class NodeTypeSku
- Inheritance
-
NodeTypeSku
Constructors
NodeTypeSku() |
Initializes a new instance of the NodeTypeSku class. |
NodeTypeSku(Int32, String, String) |
Initializes a new instance of the NodeTypeSku class. |
Properties
Capacity |
Gets or sets the number of nodes in the node type.<br /><br />If present in request it will override properties.vmInstanceCount. |
Name |
Gets or sets the sku name. <br /><br />Name is internally generated and is used in auto-scale scenarios.<br /> Property does not allow to be changed to other values than generated.<br /> To avoid deployment errors please omit the property. |
Tier |
Gets or sets specifies the tier of the node type. <br /><br /> Possible Values:<br /> Standard |
Methods
Validate() |
Validate the object. |