RestoreRequestInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description of a restore request.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RestoreRequestInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RestoreRequestInner = class
inherit ProxyOnlyResourceInner
Public Class RestoreRequestInner
Inherits ProxyOnlyResourceInner
- Inheritance
- Attributes
Constructors
RestoreRequestInner() |
Initializes a new instance of the RestoreRequestInner class. |
RestoreRequestInner(String, Boolean, String, String, String, String, String, String, IList<DatabaseBackupSetting>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<BackupRestoreOperationType>, Nullable<Boolean>, String) |
Initializes a new instance of the RestoreRequestInner class. |
Properties
AdjustConnectionStrings |
Gets or sets <code>true</code> if SiteConfig.ConnectionStrings should be set in new app; otherwise, <code>false</code>. |
AppServicePlan |
Gets or sets specify app service plan that will own restored site. |
BlobName |
Gets or sets name of a blob which contains the backup. |
Databases |
Gets or sets collection of databases which should be restored. This list has to match the list of databases included in the backup. |
HostingEnvironment |
Gets or sets app Service Environment name, if needed (only when restoring an app to an App Service Environment). |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
IgnoreConflictingHostNames |
Gets or sets changes a logic when restoring an app with custom domains. <code>true</code> to remove custom domains automatically. If <code>false</code>, custom domains are added to the app's object when it is being restored, but that might fail due to conflicts during the operation. |
IgnoreDatabases |
Gets or sets ignore the databases and only restore the site content |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResourceInner) |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
OperationType |
Gets or sets operation type. Possible values include: 'Default', 'Clone', 'Relocation', 'Snapshot', 'CloudFS' |
Overwrite |
Gets or sets <code>true</code> if the restore operation can overwrite target app; otherwise, <code>false</code>. <code>true</code> is needed if trying to restore over an existing app. |
SiteName |
Gets or sets name of an app. |
StorageAccountUrl |
Gets or sets SAS URL to the container. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET