Freigeben über


TrackedResourceAutoGenerated Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.TrackedResourceAutoGeneratedTypeConverter))]
public class TrackedResourceAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ITrackedResourceAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.TrackedResourceAutoGeneratedTypeConverter))>]
type TrackedResourceAutoGenerated = class
    interface ITrackedResourceAutoGenerated
    interface IJsonSerializable
Public Class TrackedResourceAutoGenerated
Implements ITrackedResourceAutoGenerated
Inheritance
TrackedResourceAutoGenerated
Attributes
Implements

Constructors

Name Description
TrackedResourceAutoGenerated()

Creates an new TrackedResourceAutoGenerated instance.

Properties

Name Description
Id
Location
Name
SystemDataCreatedAt
SystemDataCreatedBy
SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt
SystemDataLastModifiedBy
SystemDataLastModifiedByType

The type of identity that created the resource.

Tag
Type

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TrackedResourceAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TrackedResourceAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.ITrackedResourceAutoGenerated.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TrackedResourceAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to