Delen via


TestMigrateInputProperties Constructors

Definition

Overloads

TestMigrateInputProperties()

Initializes a new instance of the TestMigrateInputProperties class.

TestMigrateInputProperties(TestMigrateProviderSpecificInput)

Initializes a new instance of the TestMigrateInputProperties class.

TestMigrateInputProperties()

Initializes a new instance of the TestMigrateInputProperties class.

public TestMigrateInputProperties ();
Public Sub New ()

Applies to

TestMigrateInputProperties(TestMigrateProviderSpecificInput)

Initializes a new instance of the TestMigrateInputProperties class.

public TestMigrateInputProperties (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestMigrateProviderSpecificInput providerSpecificDetails);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestMigrateInputProperties : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestMigrateProviderSpecificInput -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TestMigrateInputProperties
Public Sub New (providerSpecificDetails As TestMigrateProviderSpecificInput)

Parameters

providerSpecificDetails
TestMigrateProviderSpecificInput

The provider specific details.

Applies to