Aracılığıyla paylaş


VaultSettingCreationInputProperties Constructors

Definition

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.

Applies to