Compartilhar via


PutJobParametersTags Class

Definition

Specifies the tags that will be assigned to the job.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.PutJobParametersTagsTypeConverter))]
public class PutJobParametersTags : Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IPutJobParametersTags, Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.PutJobParametersTagsTypeConverter))>]
type PutJobParametersTags = class
    interface IPutJobParametersTags
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Class PutJobParametersTags
Implements IAssociativeArray(Of Object), IPutJobParametersTags
Inheritance
PutJobParametersTags
Attributes
Implements

Constructors

PutJobParametersTags()

Creates an new PutJobParametersTags instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PutJobParametersTags.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PutJobParametersTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ImportExport.Models.Api202101.IPutJobParametersTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of PutJobParametersTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, Object)

Operators

Implicit(PutJobParametersTags to Dictionary<String,Object>)

Explicit Interface Implementations

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

Applies to