Bagikan melalui


EventResponseMessageHeaders Class

Definition

The headers of the event response message.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.EventResponseMessageHeadersTypeConverter))]
public class EventResponseMessageHeaders : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IEventResponseMessageHeaders, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.EventResponseMessageHeadersTypeConverter))>]
type EventResponseMessageHeaders = class
    interface IEventResponseMessageHeaders
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class EventResponseMessageHeaders
Implements IAssociativeArray(Of String), IEventResponseMessageHeaders
Inheritance
EventResponseMessageHeaders
Attributes
Implements

Constructors

EventResponseMessageHeaders()

Creates an new EventResponseMessageHeaders instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, String)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EventResponseMessageHeaders.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EventResponseMessageHeaders.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of EventResponseMessageHeaders into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(EventResponseMessageHeaders to Dictionary<String,String>)

Explicit Interface Implementations

IAssociativeArray<String>.AdditionalProperties
IAssociativeArray<String>.Count
IAssociativeArray<String>.Keys
IAssociativeArray<String>.Values

Applies to