ArmFlowResponse Class

Definition

Azure operation completed successfully.

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

Constructors

Name Description
ArmFlowResponse()

Creates an new ArmFlowResponse instance.

Properties

Name Description
Body

The body type of the operation request or response.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ArmFlowResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ArmFlowResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ArmFlowResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to