ASRProtectableItem Constructors

Definition

Overloads

ASRProtectableItem()

Initializes a new instance of the ASRProtectableItem class.

ASRProtectableItem(ProtectableItem)

Initializes a new instance of the ASRProtectableItem class when it is not protected

ASRProtectableItem(ASRProtectionContainer, String, VMwareMachine)

Initializes a new instance of the ASRProtectableItem class when it is not protected

ASRProtectableItem()

Initializes a new instance of the ASRProtectableItem class.

public ASRProtectableItem ();
Public Sub New ()

Applies to

ASRProtectableItem(ProtectableItem)

Initializes a new instance of the ASRProtectableItem class when it is not protected

public ASRProtectableItem (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectableItem pi);
new Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectableItem -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem
Public Sub New (pi As ProtectableItem)

Parameters

pi
ProtectableItem

Protectable Item to read values from

Applies to

ASRProtectableItem(ASRProtectionContainer, String, VMwareMachine)

Initializes a new instance of the ASRProtectableItem class when it is not protected

public ASRProtectableItem (Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer container, string siteId, Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareMachine machine);
new Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem : Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainer * string * Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.VMwareMachine -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectableItem
Public Sub New (container As ASRProtectionContainer, siteId As String, machine As VMwareMachine)

Parameters

container
ASRProtectionContainer

Protection container.

siteId
String

Fabric discovery site Id.

machine
VMwareMachine

Fabric discovery machine details.

Applies to