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

WorkloadNetworkPortMirroringProperties Class

Definition

NSX Port Mirroring Properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.WorkloadNetworkPortMirroringPropertiesTypeConverter))]
public class WorkloadNetworkPortMirroringProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IWorkloadNetworkPortMirroringProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.WorkloadNetworkPortMirroringPropertiesTypeConverter))>]
type WorkloadNetworkPortMirroringProperties = class
    interface IWorkloadNetworkPortMirroringProperties
    interface IJsonSerializable
Public Class WorkloadNetworkPortMirroringProperties
Implements IWorkloadNetworkPortMirroringProperties
Inheritance
WorkloadNetworkPortMirroringProperties
Attributes
Implements

Constructors

WorkloadNetworkPortMirroringProperties()

Creates an new WorkloadNetworkPortMirroringProperties instance.

Properties

Destination

Destination VM Group.

Direction

Direction of port mirroring profile.

DisplayName

Display name of the port mirroring profile.

ProvisioningState

The provisioning state

Revision

NSX revision number.

Source

Source VM Group.

Status

Port Mirroring Status.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkloadNetworkPortMirroringProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkloadNetworkPortMirroringProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.Api20211201.IWorkloadNetworkPortMirroringProperties.

FromJsonString(String)

Creates a new instance of WorkloadNetworkPortMirroringProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkloadNetworkPortMirroringProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to