Package version:

AzureStackHCI Cluster deployment properties.

interface DeploymentCluster {
    azureServiceEndpoint?: string;
    cloudAccountName?: string;
    clusterPattern?: string;
    hardwareClass?: string;
    name?: string;
    witnessPath?: string;
    witnessType?: string;
}

Properties

azureServiceEndpoint?: string

For Azure blob service endpoint type, select either Default or Custom domain. If you selected **Custom domain, enter the domain for the blob service in this format core.windows.net.

cloudAccountName?: string

Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.

clusterPattern?: string

Cluster Pattern supported.

hardwareClass?: string

Hardware class of the cluster.

name?: string

The cluster name provided when preparing Active Directory.

witnessPath?: string

Specify the fileshare path for the local witness for your Azure Stack HCI cluster.

witnessType?: string

Use a cloud witness if you have internet access and if you use an Azure Storage account to provide a vote on cluster quorum. A cloud witness uses Azure Blob Storage to read or write a blob file and then uses it to arbitrate in split-brain resolution. Only allowed values are 'Cloud', 'FileShare'.