DeploymentCluster Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.DeploymentClusterTypeConverter))]
public class DeploymentCluster : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IDeploymentCluster
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.DeploymentClusterTypeConverter))>]
type DeploymentCluster = class
interface IDeploymentCluster
interface IJsonSerializable
Public Class DeploymentCluster
Implements IDeploymentCluster
- Inheritance
-
DeploymentCluster
- Attributes
- Implements
Constructors
DeploymentCluster() |
Creates an new DeploymentCluster instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DeploymentCluster. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeploymentCluster. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IDeploymentCluster. |
FromJsonString(String) |
Creates a new instance of DeploymentCluster, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeploymentCluster into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |