WindowsFileSystemConfiguration constructor

WindowsFileSystemConfiguration({
  1. String? activeDirectoryId,
  2. List<Alias>? aliases,
  3. int? automaticBackupRetentionDays,
  4. bool? copyTagsToBackups,
  5. String? dailyAutomaticBackupStartTime,
  6. WindowsDeploymentType? deploymentType,
  7. List<FileSystemMaintenanceOperation>? maintenanceOperationsInProgress,
  8. String? preferredFileServerIp,
  9. String? preferredSubnetId,
  10. String? remoteAdministrationEndpoint,
  11. SelfManagedActiveDirectoryAttributes? selfManagedActiveDirectoryConfiguration,
  12. int? throughputCapacity,
  13. String? weeklyMaintenanceStartTime,
})

Implementation

WindowsFileSystemConfiguration({
  this.activeDirectoryId,
  this.aliases,
  this.automaticBackupRetentionDays,
  this.copyTagsToBackups,
  this.dailyAutomaticBackupStartTime,
  this.deploymentType,
  this.maintenanceOperationsInProgress,
  this.preferredFileServerIp,
  this.preferredSubnetId,
  this.remoteAdministrationEndpoint,
  this.selfManagedActiveDirectoryConfiguration,
  this.throughputCapacity,
  this.weeklyMaintenanceStartTime,
});