SwitchProtectionInput Constructors

Definition

Overloads

SwitchProtectionInput()

Initializes a new instance of the SwitchProtectionInput class.

SwitchProtectionInput(SwitchProtectionInputProperties)

Initializes a new instance of the SwitchProtectionInput class.

SwitchProtectionInput()

Initializes a new instance of the SwitchProtectionInput class.

public SwitchProtectionInput ();
Public Sub New ()

Applies to

SwitchProtectionInput(SwitchProtectionInputProperties)

Initializes a new instance of the SwitchProtectionInput class.

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

Parameters

properties
SwitchProtectionInputProperties

Switch protection properties.

Applies to