IRestoreRequestProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.RestoreRequestPropertiesTypeConverter))]
public interface IRestoreRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.RestoreRequestPropertiesTypeConverter))>]
type IRestoreRequestProperties = interface
interface IJsonSerializable
Public Interface IRestoreRequestProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AdjustConnectionString |
|
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). |
IgnoreConflictingHostName |
Changes a logic when restoring an app with custom domains. |
IgnoreDatabase |
Ignore the databases and only restore the site content |
OperationType |
Operation type. |
Overwrite |
|
SiteName |
Name of an app. |
StorageAccountUrl |
SAS URL to the container. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |