GetSqlVirtualMachineGroupResult

data class GetSqlVirtualMachineGroupResult(val azureApiVersion: String, val clusterConfiguration: String, val clusterManagerType: String, val id: String, val location: String, val name: String, val provisioningState: String, val scaleType: String, val sqlImageOffer: String? = null, val sqlImageSku: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val wsfcDomainProfile: WsfcDomainProfileResponse? = null)

A SQL virtual machine group.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, clusterConfiguration: String, clusterManagerType: String, id: String, location: String, name: String, provisioningState: String, scaleType: String, sqlImageOffer: String? = null, sqlImageSku: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, wsfcDomainProfile: WsfcDomainProfileResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Cluster type.

Link copied to clipboard

Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource location.

Link copied to clipboard

Resource name.

Link copied to clipboard

Provisioning state to track the async operation status.

Link copied to clipboard

Scale type.

Link copied to clipboard
val sqlImageOffer: String? = null

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

Link copied to clipboard
val sqlImageSku: String? = null

SQL image sku.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Resource type.

Link copied to clipboard

Cluster Active Directory domain profile.