Class AmlFilesystemUpdate

java.lang.Object
com.azure.resourcemanager.storagecache.models.AmlFilesystemUpdate

public final class AmlFilesystemUpdate extends Object
An AML file system update instance.
  • Constructor Details

    • AmlFilesystemUpdate

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

    • tags

      public Map<String,String> tags()
      Get the tags property: Resource tags.
      Returns:
      the tags value.
    • withTags

      public AmlFilesystemUpdate withTags(Map<String,String> tags)
      Set the tags property: Resource tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the AmlFilesystemUpdate object itself.
    • encryptionSettings

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

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

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

      public AmlFilesystemUpdate 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 AmlFilesystemUpdate object itself.
    • validate

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