SqlVirtualMachineGroup interface
A SQL virtual machine group.
- Extends
Properties
cluster |
Cluster type. Possible values include: 'Domainful' NOTE: This property will not be serialized. It can only be populated by the server. |
cluster |
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' NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
Provisioning state to track the async operation status. NOTE: This property will not be serialized. It can only be populated by the server. |
scale |
Scale type. Possible values include: 'HA' NOTE: This property will not be serialized. It can only be populated by the server. |
sql |
SQL image offer. Examples may include SQL2016-WS2016, SQL2017-WS2016. |
sql |
SQL image sku. Possible values include: 'Developer', 'Enterprise' |
wsfc |
Cluster Active Directory domain profile. |
Inherited Properties
id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
location | Resource location. |
name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
clusterConfiguration
Cluster type. Possible values include: 'Domainful' NOTE: This property will not be serialized. It can only be populated by the server.
clusterConfiguration?: "Domainful"
Property Value
"Domainful"
clusterManagerType
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' NOTE: This property will not be serialized. It can only be populated by the server.
clusterManagerType?: "WSFC"
Property Value
"WSFC"
provisioningState
Provisioning state to track the async operation status. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
scaleType
Scale type. Possible values include: 'HA' NOTE: This property will not be serialized. It can only be populated by the server.
scaleType?: "HA"
Property Value
"HA"
sqlImageOffer
SQL image offer. Examples may include SQL2016-WS2016, SQL2017-WS2016.
sqlImageOffer?: string
Property Value
string
sqlImageSku
SQL image sku. Possible values include: 'Developer', 'Enterprise'
sqlImageSku?: SqlVmGroupImageSku
Property Value
wsfcDomainProfile
Cluster Active Directory domain profile.
wsfcDomainProfile?: WsfcDomainProfile
Property Value
Inherited Property Details
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
location
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type