ListFlowsByPipelineConnection 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.
A connection resource id in addition to all child flow resources under this connection.
[System.ComponentModel.TypeConverter(typeof(ADT.Models.ListFlowsByPipelineConnectionTypeConverter))]
public class ListFlowsByPipelineConnection : ADT.Models.IListFlowsByPipelineConnection
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.ListFlowsByPipelineConnectionTypeConverter))>]
type ListFlowsByPipelineConnection = class
interface IListFlowsByPipelineConnection
interface IJsonSerializable
Public Class ListFlowsByPipelineConnection
Implements IListFlowsByPipelineConnection
- Inheritance
-
ListFlowsByPipelineConnection
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ListFlowsByPipelineConnection() |
Creates an new ListFlowsByPipelineConnection instance. |
Properties
| Name | Description |
|---|---|
| Flow |
List of flows associated with the connection. |
| Id |
ID of the connection. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ListFlowsByPipelineConnection. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ListFlowsByPipelineConnection. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of ADT.Models.IListFlowsByPipelineConnection. |
| FromJsonString(String) |
Creates a new instance of ListFlowsByPipelineConnection, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ListFlowsByPipelineConnection into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |