IDeploymentCluster Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.DeploymentClusterTypeConverter))]
public interface IDeploymentCluster : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.DeploymentClusterTypeConverter))>]
type IDeploymentCluster = interface
interface IJsonSerializable
Public Interface IDeploymentCluster
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AzureServiceEndpoint |
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 |
Specify the Azure Storage account name for cloud witness for your Azure Stack HCI cluster. |
Name |
The cluster name provided when preparing Active Directory. |
WitnessPath |
Specify the fileshare path for the local witness for your Azure Stack HCI cluster. |
WitnessType |
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'. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |