RestoreRequest Class

Definition

[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()

Properties

AdjustConnectionString
AppServicePlan
BlobName
Database
HostingEnvironment
Id
IgnoreConflictingHostName
IgnoreDatabase
Kind
Name
OperationType
Overwrite
SiteName
StorageAccountUrl
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to