Class SynapseSpark


  • public final class SynapseSpark
    extends Compute
    A SynapseSpark compute.
    • Constructor Detail

      • SynapseSpark

        public SynapseSpark()
    • Method Detail

      • properties

        public SynapseSparkProperties properties()
        Get the properties property: The properties property.
        Returns:
        the properties value.
      • withProperties

        public SynapseSpark withProperties​(SynapseSparkProperties properties)
        Set the properties property: The properties property.
        Parameters:
        properties - the properties value to set.
        Returns:
        the SynapseSpark object itself.
      • withDescription

        public SynapseSpark withDescription​(String description)
        Set the description property: The description of the Machine Learning compute.
        Overrides:
        withDescription in class Compute
        Parameters:
        description - the description value to set.
        Returns:
        the Compute object itself.
      • withResourceId

        public SynapseSpark withResourceId​(String resourceId)
        Set the resourceId property: ARM resource id of the underlying compute.
        Overrides:
        withResourceId in class Compute
        Parameters:
        resourceId - the resourceId value to set.
        Returns:
        the Compute object itself.
      • withDisableLocalAuth

        public SynapseSpark withDisableLocalAuth​(Boolean disableLocalAuth)
        Set the disableLocalAuth property: Opt-out of local authentication and ensure customers can use only MSI and AAD exclusively for authentication.
        Overrides:
        withDisableLocalAuth in class Compute
        Parameters:
        disableLocalAuth - the disableLocalAuth value to set.
        Returns:
        the Compute object itself.