Class AmlFilesystemUpdateProperties

java.lang.Object
com.azure.resourcemanager.storagecache.fluent.models.AmlFilesystemUpdateProperties

public final class AmlFilesystemUpdateProperties extends Object
Properties of the AML file system.
  • Constructor Details

    • AmlFilesystemUpdateProperties

      public AmlFilesystemUpdateProperties()
      Creates an instance of AmlFilesystemUpdateProperties class.
  • Method Details

    • encryptionSettings

      public AmlFilesystemEncryptionSettings encryptionSettings()
      Get the encryptionSettings property: Specifies encryption settings of the AML file system.
      Returns:
      the encryptionSettings value.
    • withEncryptionSettings

      public AmlFilesystemUpdateProperties withEncryptionSettings(AmlFilesystemEncryptionSettings encryptionSettings)
      Set the encryptionSettings property: Specifies encryption settings of the AML file system.
      Parameters:
      encryptionSettings - the encryptionSettings value to set.
      Returns:
      the AmlFilesystemUpdateProperties object itself.
    • maintenanceWindow

      Get the maintenanceWindow property: Start time of a 30-minute weekly maintenance window.
      Returns:
      the maintenanceWindow value.
    • withMaintenanceWindow

      public AmlFilesystemUpdateProperties withMaintenanceWindow(AmlFilesystemUpdatePropertiesMaintenanceWindow maintenanceWindow)
      Set the maintenanceWindow property: Start time of a 30-minute weekly maintenance window.
      Parameters:
      maintenanceWindow - the maintenanceWindow value to set.
      Returns:
      the AmlFilesystemUpdateProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.