Freigeben über


ISqlVirtualMachineGroupProperties Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to