NodeTypeSupportedSku Class

Definition

Describes a node type supported sku.

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

Properties

Name

The sku name.

Tier

Specifies the tier of the node type. <br /><br /> Possible Values:<br /> Standard.

Explicit Interface Implementations

IJsonModel<NodeTypeSupportedSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NodeTypeSupportedSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NodeTypeSupportedSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NodeTypeSupportedSku>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NodeTypeSupportedSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to