NodeTypeAvailableSku Class

Definition

Defines the type of sku available for a node type.

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

Properties

Capacity

Provides information about how the node count can be scaled.

ResourceType

The type of resource the sku applies to. <br /><br />Value: Microsoft.ServiceFabric/managedClusters/nodeTypes.

Sku

The supported SKU for a for node type.

Explicit Interface Implementations

IJsonModel<NodeTypeAvailableSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NodeTypeAvailableSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NodeTypeAvailableSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NodeTypeAvailableSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NodeTypeAvailableSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to