Compartir a través de


TrackedResourceUpdate Class

Definition

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.

Applies to