SetDestinationEndpointPorts Class

Definition

Set the destination endpoint ports for the specified flow.

[System.ComponentModel.TypeConverter(typeof(ADT.Models.SetDestinationEndpointPortsTypeConverter))]
public class SetDestinationEndpointPorts : ADT.Models.ISetDestinationEndpointPorts
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.SetDestinationEndpointPortsTypeConverter))>]
type SetDestinationEndpointPorts = class
    interface ISetDestinationEndpointPorts
    interface IJsonSerializable
Public Class SetDestinationEndpointPorts
Implements ISetDestinationEndpointPorts
Inheritance
SetDestinationEndpointPorts
Attributes
Implements

Constructors

Name Description
SetDestinationEndpointPorts()

Creates an new SetDestinationEndpointPorts instance.

Properties

Name Description
Port

The specified flow destination endpoint ports

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SetDestinationEndpointPorts.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SetDestinationEndpointPorts.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of ADT.Models.ISetDestinationEndpointPorts.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SetDestinationEndpointPorts into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to