WsfcDomainCredentials Constructors

Definition

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