次の方法で共有


ResourceTags1 Class

Definition

List of key value pairs that describe the resource. This will overwrite the existing tags.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ResourceTags1TypeConverter))]
public class ResourceTags1 : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IResourceTags1
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ResourceTags1TypeConverter))>]
type ResourceTags1 = class
    interface IResourceTags1
    interface IJsonSerializable
Public Class ResourceTags1
Implements IResourceTags1
Inheritance
ResourceTags1
Attributes
Implements

Constructors

ResourceTags1()

Creates an new ResourceTags1 instance.

Properties

Tag

Resource tags.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceTags1.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceTags1.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceTags1 into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to