WsfcDomainCredentials 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
WsfcDomainCredentials() |
Initializes a new instance of the WsfcDomainCredentials class. |
WsfcDomainCredentials(String, String, String) |
Initializes a new instance of the WsfcDomainCredentials class. |
WsfcDomainCredentials()
Initializes a new instance of the WsfcDomainCredentials class.
public WsfcDomainCredentials ();
Public Sub New ()
Applies to
WsfcDomainCredentials(String, String, String)
Initializes a new instance of the WsfcDomainCredentials class.
public WsfcDomainCredentials (string clusterBootstrapAccountPassword = default, string clusterOperatorAccountPassword = default, string sqlServiceAccountPassword = default);
new Microsoft.Azure.Management.SqlVirtualMachine.Models.WsfcDomainCredentials : string * string * string -> Microsoft.Azure.Management.SqlVirtualMachine.Models.WsfcDomainCredentials
Public Sub New (Optional clusterBootstrapAccountPassword As String = Nothing, Optional clusterOperatorAccountPassword As String = Nothing, Optional sqlServiceAccountPassword As String = Nothing)
Parameters
- clusterBootstrapAccountPassword
- String
Cluster bootstrap account password.
- clusterOperatorAccountPassword
- String
Cluster operator account password.
- sqlServiceAccountPassword
- String
SQL service account password.
Applies to
Azure SDK for .NET