你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FabricQueryParameter Class

Definition

Query parameter to get fabric.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.FabricQueryParameterTypeConverter))]
public class FabricQueryParameter : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IFabricQueryParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.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.

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

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.Api202301.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.

Applies to