SwitchProviderInputProperties 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
SwitchProviderInputProperties() |
Initializes a new instance of the SwitchProviderInputProperties class. |
SwitchProviderInputProperties(String, SwitchProviderSpecificInput) |
Initializes a new instance of the SwitchProviderInputProperties class. |
SwitchProviderInputProperties()
Initializes a new instance of the SwitchProviderInputProperties class.
public SwitchProviderInputProperties ();
Public Sub New ()
Applies to
SwitchProviderInputProperties(String, SwitchProviderSpecificInput)
Initializes a new instance of the SwitchProviderInputProperties class.
public SwitchProviderInputProperties (string targetInstanceType = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SwitchProviderSpecificInput providerSpecificDetails = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SwitchProviderInputProperties : string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SwitchProviderSpecificInput -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.SwitchProviderInputProperties
Public Sub New (Optional targetInstanceType As String = Nothing, Optional providerSpecificDetails As SwitchProviderSpecificInput = Nothing)
Parameters
- targetInstanceType
- String
Target provider type.
- providerSpecificDetails
- SwitchProviderSpecificInput
Provider specific settings.