Compartir a través de


WebhookUpdateParametersTags Class

Definition

The tags for the webhook.

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

Constructors

WebhookUpdateParametersTags()

Creates an new WebhookUpdateParametersTags 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 WebhookUpdateParametersTags.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WebhookUpdateParametersTags.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of WebhookUpdateParametersTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(WebhookUpdateParametersTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to