SqlServerWorkload constructor

SqlServerWorkload({
  1. ActiveDirectory? activeDirectory,
  2. String? computeEngineServiceAccount,
  3. Database? database,
  4. String? deploymentModel,
  5. String? environmentType,
  6. String? fciType,
  7. String? haType,
  8. bool? isSqlPayg,
  9. SqlLocationDetails? location,
  10. String? mediaBucket,
  11. String? operatingSystemType,
  12. String? osImage,
  13. String? osImageType,
  14. Pacemaker? pacemaker,
  15. String? sqlServerEdition,
  16. String? sqlServerVersion,
  17. String? vmPrefix,
})

Implementation

SqlServerWorkload({
  this.activeDirectory,
  this.computeEngineServiceAccount,
  this.database,
  this.deploymentModel,
  this.environmentType,
  this.fciType,
  this.haType,
  this.isSqlPayg,
  this.location,
  this.mediaBucket,
  this.operatingSystemType,
  this.osImage,
  this.osImageType,
  this.pacemaker,
  this.sqlServerEdition,
  this.sqlServerVersion,
  this.vmPrefix,
});