SwitchProviderInput 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
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.