Share via


DeletedAppRestoreRequestProperties Class

Definition

DeletedAppRestoreRequest resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.DeletedAppRestoreRequestPropertiesTypeConverter))]
public class DeletedAppRestoreRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IDeletedAppRestoreRequestProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.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.Websites.Models.Api20210201.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.

ToString()

Applies to