Compartir a través de


DefaultCatalogProperties Class

Definition

These properties lets user specify default catalog properties during workspace creation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.DefaultCatalogPropertiesTypeConverter))]
public class DefaultCatalogProperties : Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IDefaultCatalogProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.DefaultCatalogPropertiesTypeConverter))>]
type DefaultCatalogProperties = class
    interface IDefaultCatalogProperties
    interface IJsonSerializable
Public Class DefaultCatalogProperties
Implements IDefaultCatalogProperties
Inheritance
DefaultCatalogProperties
Attributes
Implements

Constructors

DefaultCatalogProperties()

Creates an new DefaultCatalogProperties instance.

Properties

InitialName

Specifies the initial Name of default catalog. If not specified, the name of the workspace will be used.

InitialType

Defines the initial type of the default catalog. Possible values (case-insensitive): HiveMetastore, UnityCatalog

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DefaultCatalogProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DefaultCatalogProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Databricks.Models.Api20240501.IDefaultCatalogProperties.

FromJsonString(String)

Creates a new instance of DefaultCatalogProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DefaultCatalogProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to