Share via


Response Class

Definition

A response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ResponseTypeConverter))]
public class Response : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ResponseTypeConverter))>]
type Response = class
    interface IResponse
    interface IJsonSerializable
Public Class Response
Implements IResponse
Inheritance
Response
Attributes
Implements

Constructors

Response()

Creates an new Response instance.

Properties

BodyLinkContentSize

The content size.

BodyLinkContentVersion

The content version.

BodyLinkMetadata

The metadata.

BodyLinkUri

The content link URI.

ContentHashAlgorithm

The algorithm of the content hash.

ContentHashValue

The value of the content hash.

Header

A list of all the headers attached to the response.

StatusCode

The status code of the response.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Response.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Response.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Response into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to