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.
The common properties of tracked resources in the service.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.TaggedResourceTypeConverter))]
public class TaggedResource : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ITaggedResource, Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.TaggedResourceTypeConverter))>]
type TaggedResource = class
interface ITaggedResource
interface IJsonSerializable
interface IResourceTags1
interface ILocationBasedResource
interface IResourceCore
interface IValidates
Public Class TaggedResource
Implements ITaggedResource, IValidates
- Inheritance
-
TaggedResource
- Attributes
- Implements
Constructors
TaggedResource() |
Creates an new TaggedResource instance. |
Properties
Etag |
An etag associated with the resource, used for optimistic concurrency when editing it. |
Id |
The resource identifier. |
Location |
The resource location. |
Name |
The resource name. |
Tag |
Resource tags. |
Type |
The resource type. |
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.HealthcareApis.Models.Api20211101.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. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |