VirtualMachineProperties 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.
Virtual Machine Properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VirtualMachinePropertiesTypeConverter))]
public class VirtualMachineProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVirtualMachineProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VirtualMachinePropertiesTypeConverter))>]
type VirtualMachineProperties = class
interface IVirtualMachineProperties
interface IJsonSerializable
Public Class VirtualMachineProperties
Implements IVirtualMachineProperties
- Inheritance
-
VirtualMachineProperties
- Attributes
- Implements
Constructors
VirtualMachineProperties() |
Creates an new VirtualMachineProperties instance. |
Properties
DisplayName |
Display name of the VM. |
FolderPath |
Path to virtual machine's folder starting from datacenter virtual machine folder |
MoRefId |
Virtual machine managed object reference id |
ProvisioningState |
The provisioning state of the resource. |
RestrictMovement |
Whether VM DRS-driven movement is restricted (enabled) or not (disabled) |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of VirtualMachineProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of VirtualMachineProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVirtualMachineProperties. |
FromJsonString(String) |
Creates a new instance of VirtualMachineProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of VirtualMachineProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |