ArmHciModelFactory.HciDeploymentCluster Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AzureStackHCI Cluster deployment properties.
public static Azure.ResourceManager.Hci.Models.HciDeploymentCluster HciDeploymentCluster(string name = default, string witnessType = default, string witnessPath = default, string cloudAccountName = default, string azureServiceEndpoint = default, Azure.ResourceManager.Hci.Models.HardwareClass? hardwareClass = default, Azure.ResourceManager.Hci.Models.ClusterPattern? clusterPattern = default);
static member HciDeploymentCluster : string * string * string * string * string * Nullable<Azure.ResourceManager.Hci.Models.HardwareClass> * Nullable<Azure.ResourceManager.Hci.Models.ClusterPattern> -> Azure.ResourceManager.Hci.Models.HciDeploymentCluster
Public Shared Function HciDeploymentCluster (Optional name As String = Nothing, Optional witnessType As String = Nothing, Optional witnessPath As String = Nothing, Optional cloudAccountName As String = Nothing, Optional azureServiceEndpoint As String = Nothing, Optional hardwareClass As Nullable(Of HardwareClass) = Nothing, Optional clusterPattern As Nullable(Of ClusterPattern) = Nothing) As HciDeploymentCluster
Parameters
- name
- String
The cluster name provided when preparing Active Directory.
- 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'.
- witnessPath
- String
Specify the fileshare path for the local witness for your Azure Stack HCI cluster.
- cloudAccountName
- String
Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster.
- 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.
- hardwareClass
- Nullable<HardwareClass>
Hardware class of the cluster.
- clusterPattern
- Nullable<ClusterPattern>
Cluster Pattern supported.
Returns
A new HciDeploymentCluster instance for mocking.