SynapseSparkArgs

data class SynapseSparkArgs(val computeLocation: Output<String>? = null, val computeType: Output<String>, val description: Output<String>? = null, val disableLocalAuth: Output<Boolean>? = null, val properties: Output<SynapseSparkPropertiesArgs>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<SynapseSparkArgs>

A SynapseSpark compute.

Constructors

Link copied to clipboard
constructor(computeLocation: Output<String>? = null, computeType: Output<String>, description: Output<String>? = null, disableLocalAuth: Output<Boolean>? = null, properties: Output<SynapseSparkPropertiesArgs>? = null, resourceId: Output<String>? = null)

Properties

Link copied to clipboard
val computeLocation: Output<String>? = null

Location for the underlying compute

Link copied to clipboard
val computeType: Output<String>

The type of compute Expected value is 'SynapseSpark'.

Link copied to clipboard
val description: Output<String>? = null

The description of the Machine Learning compute.

Link copied to clipboard
val disableLocalAuth: Output<Boolean>? = null

Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.

Link copied to clipboard
Link copied to clipboard
val resourceId: Output<String>? = null

ARM resource id of the underlying compute

Functions

Link copied to clipboard
open override fun toJava(): SynapseSparkArgs