次の方法で共有


ServicesResourceTags Class

Definition

The resource tags.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesResourceTagsTypeConverter))]
public class ServicesResourceTags : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesResourceTags, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IAssociativeArray<string>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ServicesResourceTagsTypeConverter))>]
type ServicesResourceTags = class
    interface IServicesResourceTags
    interface IJsonSerializable
    interface IAssociativeArray<string>
Public Class ServicesResourceTags
Implements IAssociativeArray(Of String), IServicesResourceTags
Inheritance
ServicesResourceTags
Attributes
Implements

Constructors

ServicesResourceTags()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServicesResourceTags.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IServicesResourceTags.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of ServicesResourceTags into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, String)

Operators

Implicit(ServicesResourceTags to Dictionary<String,String>)

Explicit Interface Implementations

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

Applies to