WorkloadNetworkSegmentPortVif 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.
Ports and any VIF attached to segment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkSegmentPortVifTypeConverter))]
public class WorkloadNetworkSegmentPortVif : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetworkSegmentPortVif
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.WorkloadNetworkSegmentPortVifTypeConverter))>]
type WorkloadNetworkSegmentPortVif = class
interface IWorkloadNetworkSegmentPortVif
interface IJsonSerializable
Public Class WorkloadNetworkSegmentPortVif
Implements IWorkloadNetworkSegmentPortVif
- Inheritance
-
WorkloadNetworkSegmentPortVif
- Attributes
- Implements
Constructors
WorkloadNetworkSegmentPortVif() |
Creates an new WorkloadNetworkSegmentPortVif instance. |
Properties
PortName |
Name of port or VIF attached to segment. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkloadNetworkSegmentPortVif. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkloadNetworkSegmentPortVif. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IWorkloadNetworkSegmentPortVif. |
FromJsonString(String) |
Creates a new instance of WorkloadNetworkSegmentPortVif, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkloadNetworkSegmentPortVif into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |