InMageAzureV2SwitchProviderDetails 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
InMageAzureV2SwitchProviderDetails() |
Initializes a new instance of the InMageAzureV2SwitchProviderDetails class. |
InMageAzureV2SwitchProviderDetails(String, String, String, String) |
Initializes a new instance of the InMageAzureV2SwitchProviderDetails class. |
InMageAzureV2SwitchProviderDetails()
Initializes a new instance of the InMageAzureV2SwitchProviderDetails class.
public InMageAzureV2SwitchProviderDetails ();
Public Sub New ()
Applies to
InMageAzureV2SwitchProviderDetails(String, String, String, String)
Initializes a new instance of the InMageAzureV2SwitchProviderDetails class.
public InMageAzureV2SwitchProviderDetails (string targetVaultId = default, string targetResourceId = default, string targetFabricId = default, string targetApplianceId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageAzureV2SwitchProviderDetails : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageAzureV2SwitchProviderDetails
Public Sub New (Optional targetVaultId As String = Nothing, Optional targetResourceId As String = Nothing, Optional targetFabricId As String = Nothing, Optional targetApplianceId As String = Nothing)
Parameters
- targetVaultId
- String
The target vault Id.
- targetResourceId
- String
The target resource Id.
- targetFabricId
- String
The target fabric Id.
- targetApplianceId
- String
The target appliance Id.