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

Name Description
HciClusterDeploymentConfiguration(IEnumerable<DeploymentSettingScaleUnits>)

Initializes a new instance of HciClusterDeploymentConfiguration.

Properties

Name Description
ScaleUnits

Scale units will contains list of deployment data.

Version

deployment template version.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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