Wsfc Domain Profile Response
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.
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
Fully qualified name of the domain.
Link copied to clipboard
Optional path for fileshare witness.
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.