AssessmentDetails 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.
Assessment properties that can be shared by various publishers.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.AssessmentDetailsTypeConverter))]
public class AssessmentDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IAssessmentDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.AssessmentDetailsTypeConverter))>]
type AssessmentDetails = class
interface IAssessmentDetails
interface IJsonSerializable
Public Class AssessmentDetails
Implements IAssessmentDetails
- Inheritance
-
AssessmentDetails
- Attributes
- Implements
Constructors
AssessmentDetails() |
Creates an new AssessmentDetails instance. |
Properties
AssessmentId |
Gets or sets the id of the assessment done on the machine. |
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. |
SolutionName |
Gets or sets the name of the solution that sent the data. |
TargetStorageType |
Gets or sets the target storage type. |
TargetVMLocation |
Gets or sets the target VM location. |
TargetVMSize |
Gets or sets the target VM size. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AssessmentDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AssessmentDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20180901Preview.IAssessmentDetails. |
FromJsonString(String) |
Creates a new instance of AssessmentDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AssessmentDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |