Package-level declarations

Types

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

User to specify which type of Autoscale to be implemented - Scheduled Based or Load Based.

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

The comparison operator.

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

This property indicates if the content is encoded and is case-insensitive. Please set the value to base64 if the content is base64 encoded. Set it to none or skip it if the content is plain text.

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

Managed Disk Type.

Link copied to clipboard
enum DaysOfWeek : Enum<DaysOfWeek> , ConvertibleToJava<DaysOfWeek>
Link copied to clipboard
enum DbConnectionAuthenticationMode : Enum<DbConnectionAuthenticationMode> , ConvertibleToJava<DbConnectionAuthenticationMode>

The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization

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

A string property that indicates the deployment mode of Flink cluster. It can have one of the following enum values => Application, Session. Default value is Session

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

The directory type.

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

Algorithm identifier for encryption, default RSA-OAEP.

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

Type of key vault object: secret, key or certificate.

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

The type of managed identity.

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

The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization

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

The type of operating system.

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

A value to describe how the outbound dependencies of a HDInsight cluster are managed. 'Managed' means that the outbound dependencies are managed by the HDInsight service. 'External' means that the outbound dependencies are managed by a customer specific solution.

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

This can only be set at cluster pool creation time and cannot be changed later.

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

The method that private IP address is allocated.

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

Indicates whether or not private link is enabled.

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

The concrete private link service connection.

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

User & groups can be synced automatically or via a static list that's refreshed.

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

The type of identity used for the cluster. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities.

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

The direction for the resource provider connection.

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

The action type.

Link copied to clipboard
enum ScheduleDay : Enum<ScheduleDay> , ConvertibleToJava<ScheduleDay>
Link copied to clipboard
enum Tier : Enum<Tier> , ConvertibleToJava<Tier>

The cluster tier.

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

A string property that indicates the upgrade mode to be performed on the Flink job. It can have one of the following enum values => STATELESS_UPDATE, UPDATE, LAST_STATE_UPDATE.