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

VmmVirtualMachineDetails Class

Definition

VMM fabric provider specific VM settings.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VmmVirtualMachineDetailsTypeConverter))]
public class VmmVirtualMachineDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVmmVirtualMachineDetails, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VmmVirtualMachineDetailsTypeConverter))>]
type VmmVirtualMachineDetails = class
    interface IVmmVirtualMachineDetails
    interface IJsonSerializable
    interface IHyperVVirtualMachineDetails
    interface IConfigurationSettings
    interface IValidates
Public Class VmmVirtualMachineDetails
Implements IValidates, IVmmVirtualMachineDetails
Inheritance
VmmVirtualMachineDetails
Attributes
Implements

Constructors

VmmVirtualMachineDetails()

Creates an new VmmVirtualMachineDetails instance.

Properties

DiskDetail

The Last successful failover time.

Generation

The id of the object in fabric.

HasFibreChannelAdapter

A value indicating whether the VM has a fibre channel adapter attached. String value of SrsDataContract.PresenceStatus enum.

HasPhysicalDisk

A value indicating whether the VM has a physical disk attached. String value of SrsDataContract.PresenceStatus enum.

HasSharedVhd

A value indicating whether the VM has a shared VHD attached. String value of SrsDataContract.PresenceStatus enum.

HyperVHostId

The Id of the hyper-v host in fabric.

InstanceType

Gets the class type. Overridden in derived classes.

OSDetail

The Last replication time.

OSDetailOsedition

The OSEdition.

OSDetailOsmajorVersion

The OS Major Version.

OSDetailOsminorVersion

The OS Minor Version.

OSDetailOstype

VM Disk details.

OSDetailOsversion

The OS Version.

OSDetailProductType

Product type.

SourceItemId

The source id of the object.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VmmVirtualMachineDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VmmVirtualMachineDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVmmVirtualMachineDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VmmVirtualMachineDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to