Partager via


CreateProtectionContainerInput Constructors

Definition

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.

Applies to