FabricQueryParameter 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
FabricQueryParameter() |
Initializes a new instance of the FabricQueryParameter class. |
FabricQueryParameter(String, String, String, String, String, String, String, String) |
Initializes a new instance of the FabricQueryParameter class. |
FabricQueryParameter()
Initializes a new instance of the FabricQueryParameter class.
public FabricQueryParameter ();
Public Sub New ()
Applies to
FabricQueryParameter(String, String, String, String, String, String, String, String)
Initializes a new instance of the FabricQueryParameter class.
public FabricQueryParameter (string zoneToZoneMappings = default, string extendedLocationMappings = default, string locationDetails = default, string fetchAgentDetails = default, string biosId = default, string fqdn = default, string discoveryType = default, string osType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricQueryParameter : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.FabricQueryParameter
Public Sub New (Optional zoneToZoneMappings As String = Nothing, Optional extendedLocationMappings As String = Nothing, Optional locationDetails As String = Nothing, Optional fetchAgentDetails As String = Nothing, Optional biosId As String = Nothing, Optional fqdn As String = Nothing, Optional discoveryType As String = Nothing, Optional osType As String = Nothing)
Parameters
- zoneToZoneMappings
- String
A value indicating whether the zone to zone mappings are to be returned.
- extendedLocationMappings
- String
A value indicating whether the Extended Location mappings are to be returned.
- locationDetails
- String
A value indicating whether the location details are to be returned.
- fetchAgentDetails
- String
A value indicating whether the agent details are to be fetched.
- biosId
- String
The BIOS Id to be used for fetching agent details.
- fqdn
- String
The FQDN to be used for fetching agent details.
- discoveryType
- String
The type of the discovered machine to be used for fetching agent details.
- osType
- String
The OS type to be used for fetching agent details.