PendingFlowListResult Class

Definition

The custom response of a list operation.

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

Constructors

Name Description
PendingFlowListResult()

Creates an new PendingFlowListResult instance.

Properties

Name Description
NextLink

The link to the next page of items

Value

The items on this page

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PendingFlowListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PendingFlowListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PendingFlowListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to