你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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