Class SnapshotRestoreRequestProperties

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.SnapshotRestoreRequestProperties
All Implemented Interfaces:
com.azure.json.JsonSerializable<SnapshotRestoreRequestProperties>

public final class SnapshotRestoreRequestProperties extends Object implements com.azure.json.JsonSerializable<SnapshotRestoreRequestProperties>
SnapshotRestoreRequest resource specific properties.
  • Constructor Details

    • SnapshotRestoreRequestProperties

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

    • snapshotTime

      public String snapshotTime()
      Get the snapshotTime property: Point in time in which the app restore should be done, formatted as a DateTime string.
      Returns:
      the snapshotTime value.
    • withSnapshotTime

      public SnapshotRestoreRequestProperties withSnapshotTime(String snapshotTime)
      Set the snapshotTime property: Point in time in which the app restore should be done, formatted as a DateTime string.
      Parameters:
      snapshotTime - the snapshotTime value to set.
      Returns:
      the SnapshotRestoreRequestProperties object itself.
    • recoverySource

      public SnapshotRecoverySource recoverySource()
      Get the recoverySource property: Optional. Specifies the web app that snapshot contents will be retrieved from. If empty, the targeted web app will be used as the source.
      Returns:
      the recoverySource value.
    • withRecoverySource

      public SnapshotRestoreRequestProperties withRecoverySource(SnapshotRecoverySource recoverySource)
      Set the recoverySource property: Optional. Specifies the web app that snapshot contents will be retrieved from. If empty, the targeted web app will be used as the source.
      Parameters:
      recoverySource - the recoverySource value to set.
      Returns:
      the SnapshotRestoreRequestProperties object itself.
    • overwrite

      public boolean overwrite()
      Get the overwrite property: If <code>true</code> the restore operation can overwrite source app; otherwise, <code>false</code>.
      Returns:
      the overwrite value.
    • withOverwrite

      public SnapshotRestoreRequestProperties withOverwrite(boolean overwrite)
      Set the overwrite property: If <code>true</code> the restore operation can overwrite source app; otherwise, <code>false</code>.
      Parameters:
      overwrite - the overwrite value to set.
      Returns:
      the SnapshotRestoreRequestProperties object itself.
    • recoverConfiguration

      public Boolean recoverConfiguration()
      Get the recoverConfiguration property: If true, site configuration, in addition to content, will be reverted.
      Returns:
      the recoverConfiguration value.
    • withRecoverConfiguration

      public SnapshotRestoreRequestProperties withRecoverConfiguration(Boolean recoverConfiguration)
      Set the recoverConfiguration property: If true, site configuration, in addition to content, will be reverted.
      Parameters:
      recoverConfiguration - the recoverConfiguration value to set.
      Returns:
      the SnapshotRestoreRequestProperties object itself.
    • ignoreConflictingHostNames

      public Boolean ignoreConflictingHostNames()
      Get the ignoreConflictingHostNames property: If true, custom hostname conflicts will be ignored when recovering to a target web app. This setting is only necessary when RecoverConfiguration is enabled.
      Returns:
      the ignoreConflictingHostNames value.
    • withIgnoreConflictingHostNames

      public SnapshotRestoreRequestProperties withIgnoreConflictingHostNames(Boolean ignoreConflictingHostNames)
      Set the ignoreConflictingHostNames property: If true, custom hostname conflicts will be ignored when recovering to a target web app. This setting is only necessary when RecoverConfiguration is enabled.
      Parameters:
      ignoreConflictingHostNames - the ignoreConflictingHostNames value to set.
      Returns:
      the SnapshotRestoreRequestProperties object itself.
    • useDRSecondary

      public Boolean useDRSecondary()
      Get the useDRSecondary property: If true, the snapshot is retrieved from DRSecondary endpoint.
      Returns:
      the useDRSecondary value.
    • withUseDRSecondary

      public SnapshotRestoreRequestProperties withUseDRSecondary(Boolean useDRSecondary)
      Set the useDRSecondary property: If true, the snapshot is retrieved from DRSecondary endpoint.
      Parameters:
      useDRSecondary - the useDRSecondary value to set.
      Returns:
      the SnapshotRestoreRequestProperties object itself.
    • validate

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

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<SnapshotRestoreRequestProperties>
      Throws:
      IOException
    • fromJson

      public static SnapshotRestoreRequestProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of SnapshotRestoreRequestProperties from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of SnapshotRestoreRequestProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IllegalStateException - If the deserialized JSON object was missing any required properties.
      IOException - If an error occurs while reading the SnapshotRestoreRequestProperties.