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

WorkloadNetworkVMGroupProperties Class

Definition

NSX VM Group Properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.WorkloadNetworkVMGroupPropertiesTypeConverter))]
public class WorkloadNetworkVMGroupProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IWorkloadNetworkVMGroupProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.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.Api20211201.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()

Applies to