WorkloadNetworkVirtualMachineProperties 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.
NSX Virtual Machine Properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkVirtualMachinePropertiesTypeConverter))]
public class WorkloadNetworkVirtualMachineProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetworkVirtualMachineProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkVirtualMachinePropertiesTypeConverter))>]
type WorkloadNetworkVirtualMachineProperties = class
interface IWorkloadNetworkVirtualMachineProperties
interface IJsonSerializable
Public Class WorkloadNetworkVirtualMachineProperties
Implements IWorkloadNetworkVirtualMachineProperties
- Inheritance
-
WorkloadNetworkVirtualMachineProperties
- Attributes
- Implements
Constructors
WorkloadNetworkVirtualMachineProperties() |
Creates an new WorkloadNetworkVirtualMachineProperties instance. |
Properties
DisplayName |
Display name of the VM. |
ProvisioningState |
The provisioning state of the resource. |
VMType |
Virtual machine type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkloadNetworkVirtualMachineProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkloadNetworkVirtualMachineProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetworkVirtualMachineProperties. |
FromJsonString(String) |
Creates a new instance of WorkloadNetworkVirtualMachineProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkloadNetworkVirtualMachineProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |