FabricQueryParameter Class
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.
Query parameter to get fabric.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.FabricQueryParameterTypeConverter))]
public class FabricQueryParameter : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IFabricQueryParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.FabricQueryParameterTypeConverter))>]
type FabricQueryParameter = class
interface IFabricQueryParameter
interface IJsonSerializable
Public Class FabricQueryParameter
Implements IFabricQueryParameter
- Inheritance
-
FabricQueryParameter
- Attributes
- Implements
Constructors
FabricQueryParameter() |
Creates an new FabricQueryParameter instance. |
Properties
BiosId |
The BIOS Id to be used for fetching agent details. |
DiscoveryType |
The type of the discovered machine to be used for fetching agent details. |
ExtendedLocationMapping |
A value indicating whether the Extended Location mappings are to be returned. |
FetchAgentDetail |
A value indicating whether the agent details are to be fetched. |
Fqdn |
The FQDN to be used for fetching agent details. |
LocationDetail |
A value indicating whether the location details are to be returned. |
OSType |
The OS type to be used for fetching agent details. |
ZoneToZoneMapping |
A value indicating whether the zone to zone mappings are to be returned. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FabricQueryParameter. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FabricQueryParameter. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IFabricQueryParameter. |
FromJsonString(String) |
Creates a new instance of FabricQueryParameter, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FabricQueryParameter into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |