Share via


IVMInfo Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.Api20220125.VMInfoTypeConverter))]
public interface IVMInfo : Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.Api20220125.VMInfoTypeConverter))>]
type IVMInfo = interface
    interface IJsonSerializable
Public Interface IVMInfo
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Id

Azure resource Id of the VM.

Uuid

UUID(Universally Unique Identifier) of the VM.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to