NodeGroupProperties Class

Definition

The properties of the node group on a cluster.

public class NodeGroupProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.NodeGroupProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.NodeGroupProperties>
type NodeGroupProperties = class
    interface IJsonModel<NodeGroupProperties>
    interface IPersistableModel<NodeGroupProperties>
Public Class NodeGroupProperties
Implements IJsonModel(Of NodeGroupProperties), IPersistableModel(Of NodeGroupProperties)
Inheritance
NodeGroupProperties
Derived
Implements

Constructors

NodeGroupProperties()

Initializes a new instance of NodeGroupProperties.

Properties

DiskSizeInGB

The disk storage size for the node group in GB. Example values: 128, 256, 512, 1024.

EnableHa

Whether high availability is enabled on the node group.

Sku

The resource sku for the node group. This defines the size of CPU and memory that is provisioned for each node. Example values: 'M30', 'M40'.

Explicit Interface Implementations

IJsonModel<NodeGroupProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NodeGroupProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NodeGroupProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NodeGroupProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NodeGroupProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to