Share via


DiscoveryDetails Class

Definition

Discovery properties that can be published by various ISVs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.DiscoveryDetailsTypeConverter))]
public class DiscoveryDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IDiscoveryDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.DiscoveryDetailsTypeConverter))>]
type DiscoveryDetails = class
    interface IDiscoveryDetails
    interface IJsonSerializable
Public Class DiscoveryDetails
Implements IDiscoveryDetails
Inheritance
DiscoveryDetails
Attributes
Implements

Constructors

DiscoveryDetails()

Creates an new DiscoveryDetails instance.

Properties

BiosId

Gets or sets the BIOS ID of the machine.

EnqueueTime

Gets or sets the time the message was enqueued.

ExtendedInfo

Gets or sets the ISV specific extended information.

FabricType

Gets or sets the fabric type.

Fqdn

Gets or sets the FQDN of the machine.

IPAddress

Gets or sets the list of IP addresses of the machine. IP addresses could be IP V4 or IP V6.

LastUpdatedTime

Gets or sets the time of the last modification of the machine details.

MacAddress

Gets or sets the list of MAC addresses of the machine.

MachineId

Gets or sets the unique identifier of the machine.

MachineManagerId

Gets or sets the unique identifier of the virtual machine manager(vCenter/VMM).

MachineName

Gets or sets the name of the machine.

OSName

Gets or sets the OS name.

OSType

Gets or sets the OS type.

OSVersion

Gets or sets the OS version.

SolutionName

Gets or sets the name of the solution that sent the data.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DiscoveryDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DiscoveryDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IDiscoveryDetails.

FromJsonString(String)

Creates a new instance of DiscoveryDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DiscoveryDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to