Freigeben über


RecoveryPoint Constructors

Definition

Overloads

RecoveryPoint()

Initializes a new instance of the RecoveryPoint class.

RecoveryPoint(String, String, String, String, RecoveryPointProperties)

Initializes a new instance of the RecoveryPoint class.

RecoveryPoint()

Initializes a new instance of the RecoveryPoint class.

public RecoveryPoint ();
Public Sub New ()

Applies to

RecoveryPoint(String, String, String, String, RecoveryPointProperties)

Initializes a new instance of the RecoveryPoint class.

public RecoveryPoint (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPointProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPoint : string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPointProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPoint
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional properties As RecoveryPointProperties = Nothing)

Parameters

id
String

Resource Id

name
String

Resource Name

type
String

Resource Type

location
String

Resource Location

properties
RecoveryPointProperties

The recovery point properties.

Applies to