Share via


CreatedBy Class

Definition

Provides details of the entity that created/updated the workspace.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.CreatedByTypeConverter))]
public class CreatedBy : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.ICreatedBy
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.CreatedByTypeConverter))>]
type CreatedBy = class
    interface ICreatedBy
    interface IJsonSerializable
Public Class CreatedBy
Implements ICreatedBy
Inheritance
CreatedBy
Attributes
Implements

Constructors

CreatedBy()

Creates an new CreatedBy instance.

Properties

ApplicationId

The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.

Oid

The Object ID that created the workspace.

Puid

The Personal Object ID corresponding to the object ID above

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CreatedBy.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CreatedBy.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.ICreatedBy.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CreatedBy into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to