Class ClusterUpdateProperties


  • public final class ClusterUpdateProperties
    extends Object
    The properties of a amlCompute that need to be updated.
    • Constructor Detail

      • ClusterUpdateProperties

        public ClusterUpdateProperties()
    • Method Detail

      • properties

        public ScaleSettingsInformation properties()
        Get the properties property: Properties of ClusterUpdate.
        Returns:
        the properties value.
      • withProperties

        public ClusterUpdateProperties withProperties​(ScaleSettingsInformation properties)
        Set the properties property: Properties of ClusterUpdate.
        Parameters:
        properties - the properties value to set.
        Returns:
        the ClusterUpdateProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.