SqlServerWorkload constructor
SqlServerWorkload({
- ActiveDirectory? activeDirectory,
- String? computeEngineServiceAccount,
- Database? database,
- String? deploymentModel,
- String? environmentType,
- String? fciType,
- String? haType,
- bool? isSqlPayg,
- SqlLocationDetails? location,
- String? mediaBucket,
- String? operatingSystemType,
- String? osImage,
- String? osImageType,
- Pacemaker? pacemaker,
- String? sqlServerEdition,
- String? sqlServerVersion,
- 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,
});