Leggere in inglese

Condividi tramite


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 ();

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);

Parameters

clusterBootstrapAccountPassword
String

Cluster bootstrap account password.

clusterOperatorAccountPassword
String

Cluster operator account password.

sqlServiceAccountPassword
String

SQL service account password.

Applies to