Package version:

The Deployment data of AzureStackHCI Cluster.

interface DeploymentData {
    adouPath?: string;
    assemblyInfo?: AssemblyInfo;
    cluster?: DeploymentCluster;
    domainFqdn?: string;
    hostNetwork?: DeploymentSettingHostNetwork;
    identityProvider?: string;
    infrastructureNetwork?: {};
    isManagementCluster?: boolean;
    localAvailabilityZones?: {};
    namingPrefix?: string;
    observability?: Observability;
    optionalServices?: OptionalServices;
    physicalNodes?: {};
    sdnIntegration?: SdnIntegration;
    secrets?: {};
    secretsLocation?: string;
    securitySettings?: DeploymentSecuritySettings;
    storage?: Storage;
}

Properties

adouPath?: string

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

assemblyInfo?: AssemblyInfo

Assembly Package details for Validated Solution Recipe for AzureStackHCI Cluster

Observability config to deploy AzureStackHCI Cluster.

domainFqdn?: string

FQDN to deploy cluster

HostNetwork config to deploy AzureStackHCI Cluster.

identityProvider?: string

Identity Provider for the cluster

infrastructureNetwork?: {}

InfrastructureNetwork config to deploy AzureStackHCI Cluster.

isManagementCluster?: boolean

Is Management Cluster, when true indicates that the cluster is used for managing other clusters

localAvailabilityZones?: {}

Local Availability Zone information for HCI cluster

namingPrefix?: string

naming prefix to deploy cluster.

observability?: Observability

Observability config to deploy AzureStackHCI Cluster.

optionalServices?: OptionalServices

OptionalServices config to deploy AzureStackHCI Cluster.

physicalNodes?: {}

list of physical nodes config to deploy AzureStackHCI Cluster.

sdnIntegration?: SdnIntegration

SDN Integration config to deploy AzureStackHCI Cluster.

secrets?: {}

secrets used for cloud deployment.

secretsLocation?: string

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

securitySettings?: DeploymentSecuritySettings

SecuritySettings to deploy AzureStackHCI Cluster.

storage?: Storage

Storage config to deploy AzureStackHCI Cluster.