Freigeben über


TagsParameter Class

Definition

TagsParameter represents the resource tags.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.TagsParameterTypeConverter))]
public class TagsParameter : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ITagsParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.TagsParameterTypeConverter))>]
type TagsParameter = class
    interface ITagsParameter
    interface IJsonSerializable
Public Class TagsParameter
Implements ITagsParameter
Inheritance
TagsParameter
Attributes
Implements

Constructors

TagsParameter()

Creates an new TagsParameter instance.

Properties

Tag

The Azure resource tags that will replace the existing ones.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TagsParameter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TagsParameter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ITagsParameter.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TagsParameter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to