Share via


CreateProtectionContainerMappingInput Constructors

Definition

Overloads

CreateProtectionContainerMappingInput()

Initializes a new instance of the CreateProtectionContainerMappingInput class.

CreateProtectionContainerMappingInput(CreateProtectionContainerMappingInputProperties)

Initializes a new instance of the CreateProtectionContainerMappingInput class.

CreateProtectionContainerMappingInput()

Initializes a new instance of the CreateProtectionContainerMappingInput class.

public CreateProtectionContainerMappingInput ();
Public Sub New ()

Applies to

CreateProtectionContainerMappingInput(CreateProtectionContainerMappingInputProperties)

Initializes a new instance of the CreateProtectionContainerMappingInput class.

public CreateProtectionContainerMappingInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionContainerMappingInputProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionContainerMappingInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionContainerMappingInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionContainerMappingInput
Public Sub New (Optional properties As CreateProtectionContainerMappingInputProperties = Nothing)

Parameters

properties
CreateProtectionContainerMappingInputProperties

Configure protection input properties.

Applies to