TrackedResourceUpdate 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.
Base tracked resource type for all PATCH updates.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.TrackedResourceUpdateTypeConverter))]
public class TrackedResourceUpdate : Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.ITrackedResourceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.TrackedResourceUpdateTypeConverter))>]
type TrackedResourceUpdate = class
interface ITrackedResourceUpdate
interface IJsonSerializable
Public Class TrackedResourceUpdate
Implements ITrackedResourceUpdate
- Inheritance
-
TrackedResourceUpdate
- Attributes
- Implements
Constructors
TrackedResourceUpdate() |
Creates an new TrackedResourceUpdate instance. |
Properties
Tag |
Resource tags. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TrackedResourceUpdate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TrackedResourceUpdate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.ITrackedResourceUpdate. |
FromJsonString(String) |
Creates a new instance of TrackedResourceUpdate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TrackedResourceUpdate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |