SqlVirtualMachineGroup interface
A SQL virtual machine group.
- Extends
Properties
cluster |
Cluster type. 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. 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. 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. |
system |
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
clusterConfiguration?: string
Property Value
string
clusterManagerType
Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type. NOTE: This property will not be serialized. It can only be populated by the server.
clusterManagerType?: string
Property Value
string
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. NOTE: This property will not be serialized. It can only be populated by the server.
scaleType?: string
Property Value
string
sqlImageOffer
SQL image offer. Examples may include SQL2016-WS2016, SQL2017-WS2016.
sqlImageOffer?: string
Property Value
string
sqlImageSku
SQL image sku.
sqlImageSku?: string
Property Value
string
systemData
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
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
Azure SDK for JavaScript