DeletedAppRestoreRequestProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
DeletedAppRestoreRequest resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DeletedAppRestoreRequestPropertiesTypeConverter))]
public class DeletedAppRestoreRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDeletedAppRestoreRequestProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DeletedAppRestoreRequestPropertiesTypeConverter))>]
type DeletedAppRestoreRequestProperties = class
interface IDeletedAppRestoreRequestProperties
interface IJsonSerializable
Public Class DeletedAppRestoreRequestProperties
Implements IDeletedAppRestoreRequestProperties
- Inheritance
-
DeletedAppRestoreRequestProperties
- Attributes
- Implements
Constructors
DeletedAppRestoreRequestProperties() |
Creates an new DeletedAppRestoreRequestProperties instance. |
Properties
DeletedSiteId |
ARM resource ID of the deleted app. Example: /subscriptions/{subId}/providers/Microsoft.Web/deletedSites/{deletedSiteId} |
RecoverConfiguration |
If true, deleted site configuration, in addition to content, will be restored. |
SnapshotTime |
Point in time to restore the deleted app from, formatted as a DateTime string. If unspecified, default value is the time that the app was deleted. |
UseDrSecondary |
If true, the snapshot is retrieved from DRSecondary endpoint. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DeletedAppRestoreRequestProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeletedAppRestoreRequestProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDeletedAppRestoreRequestProperties. |
FromJsonString(String) |
Creates a new instance of DeletedAppRestoreRequestProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeletedAppRestoreRequestProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |