IWorkspace.CreatedByApplicationId Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=false, Description="The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="applicationId", Update=false)]
public string CreatedByApplicationId { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=false, Description="The application ID of the application that initiated the creation of the workspace. For example, Azure Portal.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="applicationId", Update=false)>]
member this.CreatedByApplicationId : string
Public ReadOnly Property CreatedByApplicationId As String

Property Value

Attributes

Applies to