你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HciDeploymentCluster Class

Definition

AzureStackHCI Cluster deployment properties.

public class HciDeploymentCluster : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.HciDeploymentCluster>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.HciDeploymentCluster>
type HciDeploymentCluster = class
    interface IJsonModel<HciDeploymentCluster>
    interface IPersistableModel<HciDeploymentCluster>
Public Class HciDeploymentCluster
Implements IJsonModel(Of HciDeploymentCluster), IPersistableModel(Of HciDeploymentCluster)
Inheritance
HciDeploymentCluster
Implements

Constructors

HciDeploymentCluster()

Initializes a new instance of HciDeploymentCluster.

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'.

Explicit Interface Implementations

IJsonModel<HciDeploymentCluster>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HciDeploymentCluster>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciDeploymentCluster>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciDeploymentCluster>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HciDeploymentCluster>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to