Share via


WsfcDomainCredentials Class

Definition

Domain credentials for setting up Windows Server Failover Cluster for SQL availability group.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.WsfcDomainCredentialsTypeConverter))]
public class WsfcDomainCredentials : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IWsfcDomainCredentials
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.WsfcDomainCredentialsTypeConverter))>]
type WsfcDomainCredentials = class
    interface IWsfcDomainCredentials
    interface IJsonSerializable
Public Class WsfcDomainCredentials
Implements IWsfcDomainCredentials
Inheritance
WsfcDomainCredentials
Attributes
Implements

Constructors

WsfcDomainCredentials()

Creates an new WsfcDomainCredentials instance.

Properties

ClusterBootstrapAccountPassword

Cluster bootstrap account password.

ClusterOperatorAccountPassword

Cluster operator account password.

SqlServiceAccountPassword

SQL service account password.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WsfcDomainCredentials.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WsfcDomainCredentials.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IWsfcDomainCredentials.

FromJsonString(String)

Creates a new instance of WsfcDomainCredentials, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WsfcDomainCredentials into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to