Class FeatureSettings

java.lang.Object
com.azure.resourcemanager.dataprotection.models.FeatureSettings

public final class FeatureSettings extends Object
Class containing feature settings of vault.
  • Constructor Details

    • FeatureSettings

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

    • crossSubscriptionRestoreSettings

      public CrossSubscriptionRestoreSettings crossSubscriptionRestoreSettings()
      Get the crossSubscriptionRestoreSettings property: CrossSubscriptionRestore Settings.
      Returns:
      the crossSubscriptionRestoreSettings value.
    • withCrossSubscriptionRestoreSettings

      public FeatureSettings withCrossSubscriptionRestoreSettings(CrossSubscriptionRestoreSettings crossSubscriptionRestoreSettings)
      Set the crossSubscriptionRestoreSettings property: CrossSubscriptionRestore Settings.
      Parameters:
      crossSubscriptionRestoreSettings - the crossSubscriptionRestoreSettings value to set.
      Returns:
      the FeatureSettings object itself.
    • validate

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