ISqlVirtualMachineGroup Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.SqlVirtualMachineGroupTypeConverter))]
public interface ISqlVirtualMachineGroup : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.SqlVirtualMachineGroupTypeConverter))>]
type ISqlVirtualMachineGroup = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface ISqlVirtualMachineGroup
Implements ITrackedResource
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.

Id

Resource ID.

(Inherited from IResource)
Location

Resource location.

(Inherited from ITrackedResource)
Name

Resource name.

(Inherited from IResource)
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.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

(Inherited from ITrackedResource)
Type

Resource type.

(Inherited from IResource)
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