IWorkspace.Url 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 Url { 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.Url : string
Public ReadOnly Property Url As String

Property Value

Attributes

Applies to