ListFlowsByPipelineResult 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.
An array of flow resources.
[System.ComponentModel.TypeConverter(typeof(ADT.Models.ListFlowsByPipelineResultTypeConverter))]
public class ListFlowsByPipelineResult : ADT.Models.IListFlowsByPipelineResult
[<System.ComponentModel.TypeConverter(typeof(ADT.Models.ListFlowsByPipelineResultTypeConverter))>]
type ListFlowsByPipelineResult = class
interface IListFlowsByPipelineResult
interface IJsonSerializable
Public Class ListFlowsByPipelineResult
Implements IListFlowsByPipelineResult
- Inheritance
-
ListFlowsByPipelineResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ListFlowsByPipelineResult() |
Creates an new ListFlowsByPipelineResult instance. |
Properties
| Name | Description |
|---|---|
| Value |
List flows by pipeline result by connection |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ListFlowsByPipelineResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ListFlowsByPipelineResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of ADT.Models.IListFlowsByPipelineResult. |
| FromJsonString(String) |
Creates a new instance of ListFlowsByPipelineResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ListFlowsByPipelineResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |