Share via


SnapshotRecoveryRequest Constructors

Definition

Overloads

SnapshotRecoveryRequest()
SnapshotRecoveryRequest(Boolean, String, String, String, String, String, SnapshotRecoveryTarget, Nullable<Boolean>, Nullable<Boolean>)

SnapshotRecoveryRequest()

public SnapshotRecoveryRequest ();
Public Sub New ()

Applies to

SnapshotRecoveryRequest(Boolean, String, String, String, String, String, SnapshotRecoveryTarget, Nullable<Boolean>, Nullable<Boolean>)

public SnapshotRecoveryRequest (bool overwrite, string id = default, string name = default, string kind = default, string type = default, string snapshotTime = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SnapshotRecoveryTarget recoveryTarget = default, bool? recoverConfiguration = default, bool? ignoreConflictingHostNames = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SnapshotRecoveryRequest : bool * string * string * string * string * string * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SnapshotRecoveryTarget * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SnapshotRecoveryRequest
Public Sub New (overwrite As Boolean, Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional snapshotTime As String = Nothing, Optional recoveryTarget As SnapshotRecoveryTarget = Nothing, Optional recoverConfiguration As Nullable(Of Boolean) = Nothing, Optional ignoreConflictingHostNames As Nullable(Of Boolean) = Nothing)

Parameters

overwrite
Boolean
id
String
name
String
kind
String
type
String
snapshotTime
String
recoveryTarget
SnapshotRecoveryTarget
recoverConfiguration
Nullable<Boolean>
ignoreConflictingHostNames
Nullable<Boolean>

Applies to