Get Sql Virtual Machine Group Result
data class GetSqlVirtualMachineGroupResult(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(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)
Properties
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
Provisioning state to track the async operation status.
Link copied to clipboard
SQL image offer. Examples may include SQL2016-WS2016, SQL2017-WS2016.
Link copied to clipboard
SQL image sku.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.
Link copied to clipboard
Cluster Active Directory domain profile.