IWorkspace.IsUcEnabled Property

Definition

Indicates whether unity catalog enabled for the workspace or not. Set as true in Serverless ComputeMode workspace.

[Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=false, Description="Indicates whether unity catalog enabled for the workspace or not. Set as true in Serverless ComputeMode workspace.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isUcEnabled", Update=false)]
public bool? IsUcEnabled { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Databricks.Runtime.Info(Create=false, Description="Indicates whether unity catalog enabled for the workspace or not. Set as true in Serverless ComputeMode workspace.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isUcEnabled", Update=false)>]
member this.IsUcEnabled : Nullable<bool>
Public ReadOnly Property IsUcEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to