VaultSettingCreationInputProperties 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
VaultSettingCreationInputProperties() |
Initializes a new instance of the VaultSettingCreationInputProperties class. |
VaultSettingCreationInputProperties(String, String) |
Initializes a new instance of the VaultSettingCreationInputProperties class. |
VaultSettingCreationInputProperties()
Initializes a new instance of the VaultSettingCreationInputProperties class.
public VaultSettingCreationInputProperties ();
Public Sub New ()
Applies to
VaultSettingCreationInputProperties(String, String)
Initializes a new instance of the VaultSettingCreationInputProperties class.
public VaultSettingCreationInputProperties (string migrationSolutionId = default, string vmwareToAzureProviderType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VaultSettingCreationInputProperties : string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VaultSettingCreationInputProperties
Public Sub New (Optional migrationSolutionId As String = Nothing, Optional vmwareToAzureProviderType As String = Nothing)
Parameters
- migrationSolutionId
- String
The migration solution Id.
- vmwareToAzureProviderType
- String
VMware to Azure provider type.