Share via


HciClusterDeploymentConfiguration Class

Definition

Deployment Configuration.

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

Constructors

HciClusterDeploymentConfiguration(IEnumerable<DeploymentSettingScaleUnits>)

Initializes a new instance of HciClusterDeploymentConfiguration.

Properties

ScaleUnits

Scale units will contains list of deployment data.

Version

deployment template version.

Explicit Interface Implementations

IJsonModel<HciClusterDeploymentConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciClusterDeploymentConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciClusterDeploymentConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciClusterDeploymentConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciClusterDeploymentConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to