ArmConnectionResponse Class

Definition

Azure operation completed successfully.

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

Constructors

Name Description
ArmConnectionResponse()

Creates an new ArmConnectionResponse 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 ArmConnectionResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ArmConnectionResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ArmConnectionResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to