Share via


HciClusterDeploymentInfo Class

Definition

The Deployment data of AzureStackHCI Cluster.

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

Constructors

HciClusterDeploymentInfo()

Initializes a new instance of HciClusterDeploymentInfo.

Properties

AdouPath

The path to the Active Directory Organizational Unit container object prepared for the deployment.

Cluster

Observability config to deploy AzureStackHCI Cluster.

DomainFqdn

FQDN to deploy cluster.

HostNetwork

HostNetwork config to deploy AzureStackHCI Cluster.

InfrastructureNetwork

InfrastructureNetwork config to deploy AzureStackHCI Cluster.

NamingPrefix

naming prefix to deploy cluster.

Observability

Observability config to deploy AzureStackHCI Cluster.

OptionalServicesCustomLocation

The name of custom location.

PhysicalNodes

list of physical nodes config to deploy AzureStackHCI Cluster.

SdnIntegrationNetworkController

network controller config for SDN Integration to deploy AzureStackHCI Cluster.

Secrets

secrets used for cloud deployment.

SecretsLocation

Azure keyvault endpoint. This property is deprecated from 2023-12-01-preview. Please use secrets property instead.

SecuritySettings

SecuritySettings to deploy AzureStackHCI Cluster.

StorageConfigurationMode

By default, this mode is set to Express and your storage is configured as per best practices based on the number of nodes in the cluster. Allowed values are 'Express','InfraOnly', 'KeepStorage'.

Explicit Interface Implementations

IJsonModel<HciClusterDeploymentInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciClusterDeploymentInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciClusterDeploymentInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciClusterDeploymentInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciClusterDeploymentInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to