Share via


CreateProtectionIntentInput Constructors

Definition

Overloads

CreateProtectionIntentInput()

Initializes a new instance of the CreateProtectionIntentInput class.

CreateProtectionIntentInput(CreateProtectionIntentProperties)

Initializes a new instance of the CreateProtectionIntentInput class.

CreateProtectionIntentInput()

Initializes a new instance of the CreateProtectionIntentInput class.

public CreateProtectionIntentInput ();
Public Sub New ()

Applies to

CreateProtectionIntentInput(CreateProtectionIntentProperties)

Initializes a new instance of the CreateProtectionIntentInput class.

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

Parameters

properties
CreateProtectionIntentProperties

Create protection intent input properties.

Applies to