SetDestinationEndpoints Class

Definition

Set the destination endpoints for the specified flow.

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

Constructors

Name Description
SetDestinationEndpoints()

Creates an new SetDestinationEndpoints instance.

Properties

Name Description
Endpoint

The specified flow destination endpoints.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SetDestinationEndpoints.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SetDestinationEndpoints.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SetDestinationEndpoints into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to