你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NodeTypeSku Class

Definition

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.

Applies to