RestoreRequest 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RestoreRequestTypeConverter))]
public class RestoreRequest : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequest, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RestoreRequestTypeConverter))>]
type RestoreRequest = class
interface IRestoreRequest
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class RestoreRequest
Implements IRestoreRequest, IValidates
- Inheritance
-
RestoreRequest
- Attributes
- Implements
Constructors
RestoreRequest() |
Creates an new RestoreRequest instance. |
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. |
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. |
Name |
Resource Name. |
OperationType |
Operation type. |
Overwrite |
|
SiteName |
Name of an app. |
StorageAccountUrl |
SAS URL to the container. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RestoreRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RestoreRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRestoreRequest. |
FromJsonString(String) |
Creates a new instance of RestoreRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RestoreRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |