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

IRestoreRequest Interface

Definition

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

Properties

AdjustConnectionString

true if SiteConfig.ConnectionStrings should be set in new app; otherwise, false.

AppServicePlan

Specify app service plan that will own restored site.

BlobName

Name of a blob which contains the backup.

Database

Collection of databases which should be restored. This list has to match the list of databases included in the backup.

HostingEnvironment

App Service Environment name, if needed (only when restoring an app to an App Service Environment).

Id

Resource Id.

(Inherited from IProxyOnlyResource)
IgnoreConflictingHostName

Changes a logic when restoring an app with custom domains. true to remove custom domains automatically. If false, custom domains are added to the app's object when it is being restored, but that might fail due to conflicts during the operation.

IgnoreDatabase

Ignore the databases and only restore the site content

Kind

Kind of resource.

(Inherited from IProxyOnlyResource)
Name

Resource Name.

(Inherited from IProxyOnlyResource)
OperationType

Operation type.

Overwrite

true if the restore operation can overwrite target app; otherwise, false. true is needed if trying to restore over an existing app.

SiteName

Name of an app.

StorageAccountUrl

SAS URL to the container.

Type

Resource type.

(Inherited from IProxyOnlyResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to