Share via


InboundEndpointPatchTags Class

Definition

Tags for inbound endpoint.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.InboundEndpointPatchTagsTypeConverter))]
public class InboundEndpointPatchTags : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.IInboundEndpointPatchTags, Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.InboundEndpointPatchTagsTypeConverter))>]
type InboundEndpointPatchTags = class
    interface IInboundEndpointPatchTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class InboundEndpointPatchTags
Implements IAssociativeArray(Of String), IInboundEndpointPatchTags
Inheritance
InboundEndpointPatchTags
Attributes
Implements

Constructors

InboundEndpointPatchTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InboundEndpointPatchTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.Api20220701.IInboundEndpointPatchTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of InboundEndpointPatchTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(InboundEndpointPatchTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to