WsfcDomainProfileResponse

data class WsfcDomainProfileResponse(val clusterBootstrapAccount: String? = null, val clusterOperatorAccount: String? = null, val domainFqdn: String? = null, val fileShareWitnessPath: String? = null, val ouPath: String? = null, val sqlServiceAccount: String? = null, val storageAccountUrl: String? = null)

Active Directory account details to operate Windows Server Failover Cluster.

Constructors

Link copied to clipboard
constructor(clusterBootstrapAccount: String? = null, clusterOperatorAccount: String? = null, domainFqdn: String? = null, fileShareWitnessPath: String? = null, ouPath: String? = null, sqlServiceAccount: String? = null, storageAccountUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account name used for creating cluster (at minimum needs permissions to 'Create Computer Objects' in domain).

Link copied to clipboard

Account name used for operating cluster i.e. will be part of administrators group on all the participating virtual machines in the cluster.

Link copied to clipboard
val domainFqdn: String? = null

Fully qualified name of the domain.

Link copied to clipboard

Optional path for fileshare witness.

Link copied to clipboard
val ouPath: String? = null

Organizational Unit path in which the nodes and cluster will be present.

Link copied to clipboard

Account name under which SQL service will run on all participating SQL virtual machines in the cluster.

Link copied to clipboard

Fully qualified ARM resource id of the witness storage account.