Class AzureWorkloadJobExtendedInfo


  • public final class AzureWorkloadJobExtendedInfo
    extends Object
    Azure VM workload-specific additional information for job.
    • Constructor Detail

      • AzureWorkloadJobExtendedInfo

        public AzureWorkloadJobExtendedInfo()
    • Method Detail

      • propertyBag

        public Map<String,​String> propertyBag()
        Get the propertyBag property: Job properties.
        Returns:
        the propertyBag value.
      • withPropertyBag

        public AzureWorkloadJobExtendedInfo withPropertyBag​(Map<String,​String> propertyBag)
        Set the propertyBag property: Job properties.
        Parameters:
        propertyBag - the propertyBag value to set.
        Returns:
        the AzureWorkloadJobExtendedInfo object itself.
      • dynamicErrorMessage

        public String dynamicErrorMessage()
        Get the dynamicErrorMessage property: Non localized error message on job execution.
        Returns:
        the dynamicErrorMessage value.
      • withDynamicErrorMessage

        public AzureWorkloadJobExtendedInfo withDynamicErrorMessage​(String dynamicErrorMessage)
        Set the dynamicErrorMessage property: Non localized error message on job execution.
        Parameters:
        dynamicErrorMessage - the dynamicErrorMessage value to set.
        Returns:
        the AzureWorkloadJobExtendedInfo object itself.
      • validate

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