次の方法で共有


JobPatchPropertiesTags Class

Definition

[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()

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, String)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
Remove(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
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