WsfcDomainProfile Class
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.
Active Directory account details to operate Windows Server Failover Cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.WsfcDomainProfileTypeConverter))]
public class WsfcDomainProfile : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IWsfcDomainProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.WsfcDomainProfileTypeConverter))>]
type WsfcDomainProfile = class
interface IWsfcDomainProfile
interface IJsonSerializable
Public Class WsfcDomainProfile
Implements IWsfcDomainProfile
- Inheritance
-
WsfcDomainProfile
- Attributes
- Implements
Constructors
WsfcDomainProfile() |
Creates an new WsfcDomainProfile instance. |
Properties
ClusterBootstrapAccount |
Account name used for creating cluster (at minimum needs permissions to 'Create Computer Objects' in domain). |
ClusterOperatorAccount |
Account name used for operating cluster i.e. will be part of administrators group on all the participating virtual machines in the cluster. |
ClusterSubnetType |
Cluster subnet type. |
DomainFqdn |
Fully qualified name of the domain. |
FileShareWitnessPath |
Optional path for fileshare witness. |
OuPath |
Organizational Unit path in which the nodes and cluster will be present. |
SqlServiceAccount |
Account name under which SQL service will run on all participating SQL virtual machines in the cluster. |
StorageAccountPrimaryKey |
Primary key of the witness storage account. |
StorageAccountUrl |
Fully qualified ARM resource id of the witness storage account. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WsfcDomainProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WsfcDomainProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.IWsfcDomainProfile. |
FromJsonString(String) |
Creates a new instance of WsfcDomainProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WsfcDomainProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |