CreateProtectionContainerInput 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
CreateProtectionContainerInput() |
Initializes a new instance of the CreateProtectionContainerInput class. |
CreateProtectionContainerInput(CreateProtectionContainerInputProperties) |
Initializes a new instance of the CreateProtectionContainerInput class. |
CreateProtectionContainerInput()
Initializes a new instance of the CreateProtectionContainerInput class.
public CreateProtectionContainerInput ();
Public Sub New ()
Applies to
CreateProtectionContainerInput(CreateProtectionContainerInputProperties)
Initializes a new instance of the CreateProtectionContainerInput class.
public CreateProtectionContainerInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionContainerInputProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionContainerInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionContainerInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.CreateProtectionContainerInput
Public Sub New (Optional properties As CreateProtectionContainerInputProperties = Nothing)
Parameters
- properties
- CreateProtectionContainerInputProperties
Create protection container input properties.