Freigeben über


SystemDataAutoGenerated Class

Definition

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

Constructors

Name Description
SystemDataAutoGenerated()

Creates an new SystemDataAutoGenerated instance.

Properties

Name Description
CreatedAt
CreatedBy
CreatedByType

The type of identity that created the resource.

LastModifiedAt
LastModifiedBy
LastModifiedByType

The type of identity that created the resource.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SystemDataAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SystemDataAutoGenerated.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SystemDataAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to