Share via


IFabricQueryParameter Interface

Definition

[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)

Applies to