Freigeben über


SqlVirtualMachineGroupProperties Class

Definition

The properties of a SQL virtual machine group.

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

Constructors

SqlVirtualMachineGroupProperties()

Creates an new SqlVirtualMachineGroupProperties instance.

Properties

ClusterConfiguration

Cluster type.

ClusterManagerType

Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type.

ProvisioningState

Provisioning state to track the async operation status.

ScaleType

Scale type.

SqlImageOffer

SQL image offer. Examples may include SQL2016-WS2016, SQL2017-WS2016.

SqlImageSku

SQL image sku.

WsfcDomainProfileClusterBootstrapAccount

Account name used for creating cluster (at minimum needs permissions to 'Create Computer Objects' in domain).

WsfcDomainProfileClusterOperatorAccount

Account name used for operating cluster i.e. will be part of administrators group on all the participating virtual machines in the cluster.

WsfcDomainProfileClusterSubnetType

Cluster subnet type.

WsfcDomainProfileDomainFqdn

Fully qualified name of the domain.

WsfcDomainProfileFileShareWitnessPath

Optional path for fileshare witness.

WsfcDomainProfileOuPath

Organizational Unit path in which the nodes and cluster will be present.

WsfcDomainProfileSqlServiceAccount

Account name under which SQL service will run on all participating SQL virtual machines in the cluster.

WsfcDomainProfileStorageAccountPrimaryKey

Primary key of the witness storage account.

WsfcDomainProfileStorageAccountUrl

Fully qualified ARM resource id of the witness storage account.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SqlVirtualMachineGroupProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SqlVirtualMachineGroupProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SqlVirtualMachineGroupProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to