Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SnapshotRestoreRequestProperties
Packages that use SnapshotRestoreRequestProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of SnapshotRestoreRequestProperties in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SnapshotRestoreRequestPropertiesModifier and TypeMethodDescriptionSnapshotRestoreRequestProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SnapshotRestoreRequestProperties from the JsonReader.SnapshotRestoreRequestProperties.withIgnoreConflictingHostNames
(Boolean ignoreConflictingHostNames) Set the ignoreConflictingHostNames property: If true, custom hostname conflicts will be ignored when recovering to a target web app.SnapshotRestoreRequestProperties.withOverwrite
(boolean overwrite) Set the overwrite property: If <code>true</code> the restore operation can overwrite source app; otherwise, <code>false</code>.SnapshotRestoreRequestProperties.withRecoverConfiguration
(Boolean recoverConfiguration) Set the recoverConfiguration property: If true, site configuration, in addition to content, will be reverted.SnapshotRestoreRequestProperties.withRecoverySource
(SnapshotRecoverySource recoverySource) Set the recoverySource property: Optional.SnapshotRestoreRequestProperties.withSnapshotTime
(String snapshotTime) Set the snapshotTime property: Point in time in which the app restore should be done, formatted as a DateTime string.SnapshotRestoreRequestProperties.withUseDRSecondary
(Boolean useDRSecondary) Set the useDRSecondary property: If true, the snapshot is retrieved from DRSecondary endpoint.