CreateFileSystemWindowsConfiguration constructor
CreateFileSystemWindowsConfiguration({
- required int throughputCapacity,
- String? activeDirectoryId,
- List<
String> ? aliases, - int? automaticBackupRetentionDays,
- bool? copyTagsToBackups,
- String? dailyAutomaticBackupStartTime,
- WindowsDeploymentType? deploymentType,
- String? preferredSubnetId,
- SelfManagedActiveDirectoryConfiguration? selfManagedActiveDirectoryConfiguration,
- String? weeklyMaintenanceStartTime,
Implementation
CreateFileSystemWindowsConfiguration({
required this.throughputCapacity,
this.activeDirectoryId,
this.aliases,
this.automaticBackupRetentionDays,
this.copyTagsToBackups,
this.dailyAutomaticBackupStartTime,
this.deploymentType,
this.preferredSubnetId,
this.selfManagedActiveDirectoryConfiguration,
this.weeklyMaintenanceStartTime,
});