CreatedBy 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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |