Bagikan melalui


EventResponseMessage Class

Definition

The event response message received from the service URI.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.EventResponseMessageTypeConverter))]
public class EventResponseMessage : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEventResponseMessage
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.EventResponseMessageTypeConverter))>]
type EventResponseMessage = class
    interface IEventResponseMessage
    interface IJsonSerializable
Public Class EventResponseMessage
Implements IEventResponseMessage
Inheritance
EventResponseMessage
Attributes
Implements

Constructors

EventResponseMessage()

Creates an new EventResponseMessage instance.

Properties

Content

The content of the event response message.

Header

The headers of the event response message.

ReasonPhrase

The reason phrase of the event response message.

StatusCode

The status code of the event response message.

Version

The HTTP message version.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EventResponseMessage.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventResponseMessage.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEventResponseMessage.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EventResponseMessage into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to