WsfcDomainProfile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WsfcDomainProfile() |
Initializes a new instance of the WsfcDomainProfile class. |
WsfcDomainProfile(String, String, String, String, String, String, String, String) |
Initializes a new instance of the WsfcDomainProfile class. |
WsfcDomainProfile()
Initializes a new instance of the WsfcDomainProfile class.
public WsfcDomainProfile ();
Public Sub New ()
Applies to
WsfcDomainProfile(String, String, String, String, String, String, String, String)
Initializes a new instance of the WsfcDomainProfile class.
public WsfcDomainProfile (string domainFqdn = default, string ouPath = default, string clusterBootstrapAccount = default, string clusterOperatorAccount = default, string sqlServiceAccount = default, string fileShareWitnessPath = default, string storageAccountUrl = default, string storageAccountPrimaryKey = default);
new Microsoft.Azure.Management.SqlVirtualMachine.Models.WsfcDomainProfile : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.SqlVirtualMachine.Models.WsfcDomainProfile
Public Sub New (Optional domainFqdn As String = Nothing, Optional ouPath As String = Nothing, Optional clusterBootstrapAccount As String = Nothing, Optional clusterOperatorAccount As String = Nothing, Optional sqlServiceAccount As String = Nothing, Optional fileShareWitnessPath As String = Nothing, Optional storageAccountUrl As String = Nothing, Optional storageAccountPrimaryKey As String = Nothing)
Parameters
- domainFqdn
- String
Fully qualified name of the domain.
- ouPath
- String
Organizational Unit path in which the nodes and cluster will be present.
- clusterBootstrapAccount
- String
Account name used for creating cluster (at minimum needs permissions to 'Create Computer Objects' in domain).
- clusterOperatorAccount
- String
Account name used for operating cluster i.e. will be part of administrators group on all the participating virtual machines in the cluster.
- sqlServiceAccount
- String
Account name under which SQL service will run on all participating SQL virtual machines in the cluster.
- fileShareWitnessPath
- String
Optional path for fileshare witness.
- storageAccountUrl
- String
Fully qualified ARM resource id of the witness storage account.
- storageAccountPrimaryKey
- String
Primary key of the witness storage account.
Applies to
Azure SDK for .NET