ProtectedItemsQueryParameter 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
ProtectedItemsQueryParameter() |
Initializes a new instance of the ProtectedItemsQueryParameter class. |
ProtectedItemsQueryParameter(String, String, String, String, String, String, String, String) |
Initializes a new instance of the ProtectedItemsQueryParameter class. |
ProtectedItemsQueryParameter()
Initializes a new instance of the ProtectedItemsQueryParameter class.
public ProtectedItemsQueryParameter ();
Public Sub New ()
Applies to
ProtectedItemsQueryParameter(String, String, String, String, String, String, String, String)
Initializes a new instance of the ProtectedItemsQueryParameter class.
public ProtectedItemsQueryParameter (string sourceFabricName = default, string recoveryPlanName = default, string sourceFabricLocation = default, string fabricObjectId = default, string vCenterName = default, string instanceType = default, string multiVMGroupCreateOption = default, string processServerId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectedItemsQueryParameter : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectedItemsQueryParameter
Public Sub New (Optional sourceFabricName As String = Nothing, Optional recoveryPlanName As String = Nothing, Optional sourceFabricLocation As String = Nothing, Optional fabricObjectId As String = Nothing, Optional vCenterName As String = Nothing, Optional instanceType As String = Nothing, Optional multiVMGroupCreateOption As String = Nothing, Optional processServerId As String = Nothing)
Parameters
- sourceFabricName
- String
The source fabric name filter.
- recoveryPlanName
- String
The recovery plan filter.
- sourceFabricLocation
- String
The source fabric location filter.
- fabricObjectId
- String
The fabric object Id filter.
- vCenterName
- String
The vCenter name filter.
- instanceType
- String
The replication provider type.
- multiVMGroupCreateOption
- String
Whether Multi VM group is auto created or specified by user. Possible values include: 'AutoCreated', 'UserSpecified'
- processServerId
- String
The process server Id filter.