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 tags: Map<String, String>? = null, val type: String, val wsfcDomainProfile: WsfcDomainProfileResponse? = null)
A SQL virtual machine group.
Constructors
Link copied to clipboard
fun GetSqlVirtualMachineGroupResult(clusterConfiguration: String, clusterManagerType: String, id: String, location: String, name: String, provisioningState: String, scaleType: String, sqlImageOffer: String? = null, sqlImageSku: String? = null, tags: Map<String, String>? = null, type: String, wsfcDomainProfile: WsfcDomainProfileResponse? = null)