IWorkspaceProperties.WorkspaceUrl Property

Definition

The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'

[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=false, Description="The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="workspaceUrl", Update=false)]
public string WorkspaceUrl { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=false, Description="The workspace URL which is of the format 'adb-{workspaceId}.{random}.azuredatabricks.net'", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="workspaceUrl", Update=false)>]
member this.WorkspaceUrl : string
Public ReadOnly Property WorkspaceUrl As String

Property Value

Attributes

Applies to