MigrationRecoveryPoint Constructors
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.
Overloads
MigrationRecoveryPoint() |
Initializes a new instance of the MigrationRecoveryPoint class. |
MigrationRecoveryPoint(String, String, String, String, MigrationRecoveryPointProperties) |
Initializes a new instance of the MigrationRecoveryPoint class. |
MigrationRecoveryPoint()
Initializes a new instance of the MigrationRecoveryPoint class.
public MigrationRecoveryPoint ();
Public Sub New ()
Applies to
MigrationRecoveryPoint(String, String, String, String, MigrationRecoveryPointProperties)
Initializes a new instance of the MigrationRecoveryPoint class.
public MigrationRecoveryPoint (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.MigrationRecoveryPointProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.MigrationRecoveryPoint : string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.MigrationRecoveryPointProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.MigrationRecoveryPoint
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 MigrationRecoveryPointProperties = Nothing)
Parameters
- id
- String
Resource Id
- name
- String
Resource Name
- type
- String
Resource Type
- location
- String
Resource Location
- properties
- MigrationRecoveryPointProperties
Recovery point properties.