Response 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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |