TaggedResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An ARM resource with that can accept tags
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.TaggedResourceTypeConverter))]
public class TaggedResource : Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ITaggedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.TaggedResourceTypeConverter))>]
type TaggedResource = class
interface ITaggedResource
interface IJsonSerializable
Public Class TaggedResource
Implements ITaggedResource
- Inheritance
-
TaggedResource
- Attributes
- Implements
Constructors
TaggedResource() |
Creates an new TaggedResource instance. |
Properties
Tag |
Tags of the service which is a list of key value pairs that describe the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TaggedResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TaggedResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.ITaggedResource. |
FromJsonString(String) |
Creates a new instance of TaggedResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TaggedResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |