SetDestinationEndpointPorts 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.
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() | |