Delen via


AttestationServicePatchParamsTags Class

Definition

The tags that will be assigned to the attestation provider.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.AttestationServicePatchParamsTagsTypeConverter))]
public class AttestationServicePatchParamsTags : Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationServicePatchParamsTags, Microsoft.Azure.PowerShell.Cmdlets.Attestation.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.AttestationServicePatchParamsTagsTypeConverter))>]
type AttestationServicePatchParamsTags = class
    interface IAttestationServicePatchParamsTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class AttestationServicePatchParamsTags
Implements IAssociativeArray(Of String), IAttestationServicePatchParamsTags
Inheritance
AttestationServicePatchParamsTags
Attributes
Implements

Constructors

AttestationServicePatchParamsTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AttestationServicePatchParamsTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Attestation.Models.Api20201001.IAttestationServicePatchParamsTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of AttestationServicePatchParamsTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, String)

Operators

Implicit(AttestationServicePatchParamsTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to