你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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