Partager via


SwitchProviderInput Constructors

Definition

Overloads

SwitchProviderInput()

Initializes a new instance of the SwitchProviderInput class.

SwitchProviderInput(SwitchProviderInputProperties)

Initializes a new instance of the SwitchProviderInput class.

SwitchProviderInput()

Initializes a new instance of the SwitchProviderInput class.

public SwitchProviderInput ();
Public Sub New ()

Applies to

SwitchProviderInput(SwitchProviderInputProperties)

Initializes a new instance of the SwitchProviderInput class.

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

Parameters

properties
SwitchProviderInputProperties

Switch provider input properties.

Applies to