IWorkspaceProperties.UiDefinitionUri Property
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.
The blob URI where the UI definition file is located.
[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="The blob URI where the UI definition file is located.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="uiDefinitionUri")]
public string UiDefinitionUri { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Description="The blob URI where the UI definition file is located.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="uiDefinitionUri")>]
member this.UiDefinitionUri : string with get, set
Public Property UiDefinitionUri As String
Property Value
- Attributes