IFabricQueryParameter Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.FabricQueryParameterTypeConverter))]
public interface IFabricQueryParameter : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.FabricQueryParameterTypeConverter))>]
type IFabricQueryParameter = interface
interface IJsonSerializable
Public Interface IFabricQueryParameter
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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. |
FetchAgentDetail |
A value indicating whether the agent details are to be fetched. |
Fqdn |
The FQDN to be used for fetching agent details. |
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |