Package-level declarations

Types

Link copied to clipboard
enum EncryptionKeySource : Enum<EncryptionKeySource> , ConvertibleToJava<EncryptionKeySource>

The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault

Link copied to clipboard
enum KeySource : Enum<KeySource> , ConvertibleToJava<KeySource>

The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault

Link copied to clipboard
enum ManagedServiceIdentityType : Enum<ManagedServiceIdentityType> , ConvertibleToJava<ManagedServiceIdentityType>

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

Link copied to clipboard
enum PrivateLinkServiceConnectionStatus : Enum<PrivateLinkServiceConnectionStatus> , ConvertibleToJava<PrivateLinkServiceConnectionStatus>

The status of a private endpoint connection

Link copied to clipboard
enum PublicNetworkAccess : Enum<PublicNetworkAccess> , ConvertibleToJava<PublicNetworkAccess>

The network access type for accessing workspace. Set value to disabled to access workspace only via private link.

Link copied to clipboard
enum RequiredNsgRules : Enum<RequiredNsgRules> , ConvertibleToJava<RequiredNsgRules>

Gets or sets a value indicating whether data plane (clusters) to control plane communication happen over private endpoint. Supported values are 'AllRules' and 'NoAzureDatabricksRules'. 'NoAzureServiceRules' value is for internal use only.