CreateFileSystemWindowsConfiguration constructor

CreateFileSystemWindowsConfiguration({
  1. required int throughputCapacity,
  2. String? activeDirectoryId,
  3. List<String>? aliases,
  4. int? automaticBackupRetentionDays,
  5. bool? copyTagsToBackups,
  6. String? dailyAutomaticBackupStartTime,
  7. WindowsDeploymentType? deploymentType,
  8. String? preferredSubnetId,
  9. SelfManagedActiveDirectoryConfiguration? selfManagedActiveDirectoryConfiguration,
  10. 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,
});