Freigeben über


RemoveProtectionContainerMappingInput Constructors

Definition

Overloads

RemoveProtectionContainerMappingInput()

Initializes a new instance of the RemoveProtectionContainerMappingInput class.

RemoveProtectionContainerMappingInput(RemoveProtectionContainerMappingInputProperties)

Initializes a new instance of the RemoveProtectionContainerMappingInput class.

RemoveProtectionContainerMappingInput()

Initializes a new instance of the RemoveProtectionContainerMappingInput class.

public RemoveProtectionContainerMappingInput ();
Public Sub New ()

Applies to

RemoveProtectionContainerMappingInput(RemoveProtectionContainerMappingInputProperties)

Initializes a new instance of the RemoveProtectionContainerMappingInput class.

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

Parameters

properties
RemoveProtectionContainerMappingInputProperties

Configure protection input properties.

Applies to