Wsfc Domain Credentials Response
data class WsfcDomainCredentialsResponse(val clusterBootstrapAccountPassword: String? = null, val clusterOperatorAccountPassword: String? = null, val sqlServiceAccountPassword: String? = null)
Domain credentials for setting up Windows Server Failover Cluster for SQL availability group.
Constructors
Link copied to clipboard
fun WsfcDomainCredentialsResponse(clusterBootstrapAccountPassword: String? = null, clusterOperatorAccountPassword: String? = null, sqlServiceAccountPassword: String? = null)