Compartilhar via


CertificatePatchTags Class

Definition

Application-specific metadata in the form of key-value pairs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CertificatePatchTagsTypeConverter))]
public class CertificatePatchTags : Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICertificatePatchTags, Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CertificatePatchTagsTypeConverter))>]
type CertificatePatchTags = class
    interface ICertificatePatchTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class CertificatePatchTags
Implements IAssociativeArray(Of String), ICertificatePatchTags
Inheritance
CertificatePatchTags
Attributes
Implements

Constructors

CertificatePatchTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CertificatePatchTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICertificatePatchTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of CertificatePatchTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(CertificatePatchTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to