Share via


ResourceNamespacePatchTags Class

Definition

Resource tags

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

Constructors

ResourceNamespacePatchTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceNamespacePatchTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IResourceNamespacePatchTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceNamespacePatchTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(ResourceNamespacePatchTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to