DeletedAppRestoreRequest Class

Definition

Details about restoring a deleted app.

[Microsoft.Rest.Serialization.JsonTransformation]
public class DeletedAppRestoreRequest : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DeletedAppRestoreRequest = class
    inherit ProxyOnlyResource
Public Class DeletedAppRestoreRequest
Inherits ProxyOnlyResource
Inheritance
DeletedAppRestoreRequest
Attributes

Constructors

DeletedAppRestoreRequest()

Initializes a new instance of the DeletedAppRestoreRequest class.

DeletedAppRestoreRequest(String, String, String, String, String, Nullable<Boolean>, String, Nullable<Boolean>)

Initializes a new instance of the DeletedAppRestoreRequest class.

Properties

DeletedSiteId

Gets or sets ARM resource ID of the deleted app. Example: /subscriptions/{subId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
RecoverConfiguration

Gets or sets if true, deleted site configuration, in addition to content, will be restored.

SnapshotTime

Gets or sets 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.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)
UseDRSecondary

Gets or sets if true, the snapshot is retrieved from DRSecondary endpoint.

Applies to