Class Aks


  • public final class Aks
    extends Compute
    A Machine Learning compute based on AKS.
    • Constructor Detail

      • Aks

        public Aks()
    • Method Detail

      • properties

        public AksSchemaProperties properties()
        Get the properties property: AKS properties.
        Returns:
        the properties value.
      • withProperties

        public Aks withProperties​(AksSchemaProperties properties)
        Set the properties property: AKS properties.
        Parameters:
        properties - the properties value to set.
        Returns:
        the Aks object itself.
      • withDescription

        public Aks 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 Aks 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 Aks 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.