VirtualMachineWsfcDomainCredential

data class VirtualMachineWsfcDomainCredential(val clusterBootstrapAccountPassword: String, val clusterOperatorAccountPassword: String, val sqlServiceAccountPassword: String)

Constructors

Link copied to clipboard
constructor(clusterBootstrapAccountPassword: String, clusterOperatorAccountPassword: String, sqlServiceAccountPassword: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account password used for creating cluster.

Link copied to clipboard

The account password used for operating cluster.

Link copied to clipboard

The account password under which SQL service will run on all participating SQL virtual machines in the cluster.