DeletedAppRestoreRequest Class

Definition

Details about restoring a deleted app.

[Microsoft.Rest.Serialization.JsonTransformation]
public class DeletedAppRestoreRequest : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DeletedAppRestoreRequest = class
    inherit ProxyOnlyResourceInner
Public Class DeletedAppRestoreRequest
Inherits ProxyOnlyResourceInner
Inheritance
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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResourceInner)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
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.

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
UseDRSecondary

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

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to