ASRReplicationProtectedItem 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
ASRReplicationProtectedItem() |
Initializes a new instance of the ASRReplicationProtectedItem class. |
ASRReplicationProtectedItem(ReplicationProtectedItem) |
Initializes a new instance of the ASRReplicationProtectedItem class when it is protected |
ASRReplicationProtectedItem()
Initializes a new instance of the ASRReplicationProtectedItem class.
public ASRReplicationProtectedItem ();
Public Sub New ()
Applies to
ASRReplicationProtectedItem(ReplicationProtectedItem)
Initializes a new instance of the ASRReplicationProtectedItem class when it is protected
public ASRReplicationProtectedItem (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProtectedItem rpi);
new Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProtectedItem -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem
Public Sub New (rpi As ReplicationProtectedItem)
Parameters
Replication Protected Item to read values from