SqlVirtualMachineGroup Class

Definition

A SQL virtual machine group.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SqlVirtualMachineGroup : Microsoft.Azure.Management.SqlVirtualMachine.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SqlVirtualMachineGroup = class
    inherit TrackedResource
Public Class SqlVirtualMachineGroup
Inherits TrackedResource
Inheritance
SqlVirtualMachineGroup
Attributes

Constructors

SqlVirtualMachineGroup()

Initializes a new instance of the SqlVirtualMachineGroup class.

SqlVirtualMachineGroup(String, String, String, String, IDictionary<String,String>, String, String, String, String, String, String, WsfcDomainProfile)

Initializes a new instance of the SqlVirtualMachineGroup class.

Properties

ClusterConfiguration

Gets cluster type. Possible values include: 'Domainful'

ClusterManagerType

Gets type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type. Possible values include: 'WSFC'

Id

Gets resource ID.

(Inherited from Resource)
Location

Gets or sets resource location.

(Inherited from TrackedResource)
Name

Gets resource name.

(Inherited from Resource)
ProvisioningState

Gets provisioning state to track the async operation status.

ScaleType

Gets scale type. Possible values include: 'HA'

SqlImageOffer

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

SqlImageSku

Gets or sets SQL image sku. Possible values include: 'Developer', 'Enterprise'

Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

Gets resource type.

(Inherited from Resource)
WsfcDomainProfile

Gets or sets cluster Active Directory domain profile.

Methods

Validate()

Validate the object.

Applies to