Settings constructor
Settings({
- String? activationPolicy,
- SqlActiveDirectoryConfig? activeDirectoryConfig,
- List<
String> ? authorizedGaeApplications, - String? availabilityType,
- BackupConfiguration? backupConfiguration,
- String? collation,
- bool? crashSafeReplicationEnabled,
- String? dataDiskSizeGb,
- String? dataDiskType,
- List<
DatabaseFlags> ? databaseFlags, - bool? databaseReplicationEnabled,
- List<
DenyMaintenancePeriod> ? denyMaintenancePeriods, - InsightsConfig? insightsConfig,
- IpConfiguration? ipConfiguration,
- String? kind,
- LocationPreference? locationPreference,
- MaintenanceWindow? maintenanceWindow,
- String? pricingPlan,
- String? replicationType,
- String? settingsVersion,
- SqlServerAuditConfig? sqlServerAuditConfig,
- bool? storageAutoResize,
- String? storageAutoResizeLimit,
- String? tier,
- Map<
String, String> ? userLabels,
Implementation
Settings({
this.activationPolicy,
this.activeDirectoryConfig,
this.authorizedGaeApplications,
this.availabilityType,
this.backupConfiguration,
this.collation,
this.crashSafeReplicationEnabled,
this.dataDiskSizeGb,
this.dataDiskType,
this.databaseFlags,
this.databaseReplicationEnabled,
this.denyMaintenancePeriods,
this.insightsConfig,
this.ipConfiguration,
this.kind,
this.locationPreference,
this.maintenanceWindow,
this.pricingPlan,
this.replicationType,
this.settingsVersion,
this.sqlServerAuditConfig,
this.storageAutoResize,
this.storageAutoResizeLimit,
this.tier,
this.userLabels,
});