Share via


SnapshotRecoveryTarget Constructors

Definition

Overloads

SnapshotRecoveryTarget()
SnapshotRecoveryTarget(String, String)

SnapshotRecoveryTarget()

public SnapshotRecoveryTarget ();
Public Sub New ()

Applies to

SnapshotRecoveryTarget(String, String)

public SnapshotRecoveryTarget (string location = default, string id = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SnapshotRecoveryTarget : string * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SnapshotRecoveryTarget
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing)

Parameters

location
String
id
String

Applies to