你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDeletedAppRestoreRequest Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.DeletedAppRestoreRequestTypeConverter))]
public interface IDeletedAppRestoreRequest : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.DeletedAppRestoreRequestTypeConverter))>]
type IDeletedAppRestoreRequest = interface
    interface IJsonSerializable
    interface IProxyOnlyResource
Public Interface IDeletedAppRestoreRequest
Implements IProxyOnlyResource
Derived
Attributes
Implements

Properties

DeletedSiteId

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

Id

Resource Id.

(Inherited from IProxyOnlyResource)
Kind

Kind of resource.

(Inherited from IProxyOnlyResource)
Name

Resource Name.

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

Type

Resource type.

(Inherited from IProxyOnlyResource)
UseDrSecondary

If true, the snapshot is retrieved from DRSecondary endpoint.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to