GetDestinationEndpointsResult 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.
List of destination endpoints for the flow stream
[System.ComponentModel.TypeConverter(typeof(ADT.Models.GetDestinationEndpointsResultTypeConverter))]
public class GetDestinationEndpointsResult : ADT.Models.IGetDestinationEndpointsResult
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.GetDestinationEndpointsResultTypeConverter))>]
type GetDestinationEndpointsResult = class
interface IGetDestinationEndpointsResult
interface IJsonSerializable
Public Class GetDestinationEndpointsResult
Implements IGetDestinationEndpointsResult
- Inheritance
-
GetDestinationEndpointsResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| GetDestinationEndpointsResult() |
Creates an new GetDestinationEndpointsResult instance. |
Properties
| Name | Description |
|---|---|
| Endpoint |
The destination endpoints for the flow stream |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GetDestinationEndpointsResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GetDestinationEndpointsResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of ADT.Models.IGetDestinationEndpointsResult. |
| FromJsonString(String) |
Creates a new instance of GetDestinationEndpointsResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of GetDestinationEndpointsResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |