IRestoreRequest 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.Functions.Models.Api20231201.RestoreRequestTypeConverter))]
public interface IRestoreRequest : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.RestoreRequestTypeConverter))>]
type IRestoreRequest = interface
interface IJsonSerializable
interface IProxyOnlyResource
Public Interface IRestoreRequest
Implements IProxyOnlyResource
- 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). |
Id |
Resource Id. (Inherited from IProxyOnlyResource) |
IgnoreConflictingHostName |
Changes a logic when restoring an app with custom domains. |
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 |
|
SiteName |
Name of an app. |
StorageAccountUrl |
SAS URL to the container. |
Type |
Resource type. (Inherited from IProxyOnlyResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |