VirtualMachineGroupWsfcDomainProfile

data class VirtualMachineGroupWsfcDomainProfile(val clusterBootstrapAccountName: String? = null, val clusterOperatorAccountName: String? = null, val clusterSubnetType: String, val fqdn: String, val organizationalUnitPath: String? = null, val sqlServiceAccountName: String? = null, val storageAccountPrimaryKey: String? = null, val storageAccountUrl: String? = null)

Constructors

Link copied to clipboard
constructor(clusterBootstrapAccountName: String? = null, clusterOperatorAccountName: String? = null, clusterSubnetType: String, fqdn: String, organizationalUnitPath: String? = null, sqlServiceAccountName: String? = null, storageAccountPrimaryKey: String? = null, storageAccountUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account name used for creating cluster. Changing this forces a new resource to be created.

Link copied to clipboard

The account name used for operating cluster. Changing this forces a new resource to be created.

Link copied to clipboard

The subnet type of the SQL Virtual Machine cluster. Possible values are MultiSubnet and SingleSubnet. Changing this forces a new resource to be created.

Link copied to clipboard

The fully qualified name of the domain. Changing this forces a new resource to be created.

Link copied to clipboard

The organizational Unit path in which the nodes and cluster will be present. Changing this forces a new resource to be created.

Link copied to clipboard

The account name under which SQL service will run on all participating SQL virtual machines in the cluster. Changing this forces a new resource to be created.

Link copied to clipboard

The primary key of the Storage Account.

Link copied to clipboard

The SAS URL to the Storage Container of the witness storage account. Changing this forces a new resource to be created.