MigrationItemsQueryParameter 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
MigrationItemsQueryParameter() |
Initializes a new instance of the MigrationItemsQueryParameter class. |
MigrationItemsQueryParameter(String, String, String) |
Initializes a new instance of the MigrationItemsQueryParameter class. |
MigrationItemsQueryParameter()
Initializes a new instance of the MigrationItemsQueryParameter class.
public MigrationItemsQueryParameter ();
Public Sub New ()
Applies to
MigrationItemsQueryParameter(String, String, String)
Initializes a new instance of the MigrationItemsQueryParameter class.
public MigrationItemsQueryParameter (string sourceFabricName = default, string sourceContainerName = default, string instanceType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.MigrationItemsQueryParameter : string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.MigrationItemsQueryParameter
Public Sub New (Optional sourceFabricName As String = Nothing, Optional sourceContainerName As String = Nothing, Optional instanceType As String = Nothing)
Parameters
- sourceFabricName
- String
The source fabric name filter.
- sourceContainerName
- String
The source container name filter.
- instanceType
- String
The replication provider type.