Wsfc Domain Profile Args
data class WsfcDomainProfileArgs(val clusterBootstrapAccount: Output<String>? = null, val clusterOperatorAccount: Output<String>? = null, val domainFqdn: Output<String>? = null, val fileShareWitnessPath: Output<String>? = null, val ouPath: Output<String>? = null, val sqlServiceAccount: Output<String>? = null, val storageAccountPrimaryKey: Output<String>? = null, val storageAccountUrl: Output<String>? = null) : ConvertibleToJava<WsfcDomainProfileArgs>
Active Directory account details to operate Windows Server Failover Cluster.
Constructors
Link copied to clipboard
fun WsfcDomainProfileArgs(clusterBootstrapAccount: Output<String>? = null, clusterOperatorAccount: Output<String>? = null, domainFqdn: Output<String>? = null, fileShareWitnessPath: Output<String>? = null, ouPath: Output<String>? = null, sqlServiceAccount: Output<String>? = null, storageAccountPrimaryKey: Output<String>? = null, storageAccountUrl: Output<String>? = null)