WsfcDomainCredentialsResponse

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
constructor(clusterBootstrapAccountPassword: String? = null, clusterOperatorAccountPassword: String? = null, sqlServiceAccountPassword: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cluster bootstrap account password.

Link copied to clipboard

Cluster operator account password.

Link copied to clipboard

SQL service account password.