Megosztás a következőn keresztül:


ASRProtectionContainerMapping Constructors

Definition

Overloads

ASRProtectionContainerMapping()

Initializes a new instance of the ASRProtectionContainerMapping class.

ASRProtectionContainerMapping(ProtectionContainerMapping)

Initializes a new instance of the ASRProtectionContainerMapping class with required parameters.

ASRProtectionContainerMapping()

Initializes a new instance of the ASRProtectionContainerMapping class.

public ASRProtectionContainerMapping ();
Public Sub New ()

Applies to

ASRProtectionContainerMapping(ProtectionContainerMapping)

Initializes a new instance of the ASRProtectionContainerMapping class with required parameters.

public ASRProtectionContainerMapping (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainerMapping pcm);
new Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainerMapping -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionContainerMapping
Public Sub New (pcm As ProtectionContainerMapping)

Parameters

pcm
ProtectionContainerMapping

Protection container mapping object

Applies to