Compartilhar via


JobPatchPropertiesTags Class

Definition

Resource tags.

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

Constructors

JobPatchPropertiesTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of JobPatchPropertiesTags.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of JobPatchPropertiesTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(JobPatchPropertiesTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to