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