Class ImageTemplateWindowsUpdateCustomizerResponse


  • public final class ImageTemplateWindowsUpdateCustomizerResponse
    extends java.lang.Object
    • Method Detail

      • filters

        public java.util.List<java.lang.String> filters()
        Returns:
        Array of filters to select updates to apply. Omit or specify empty array to use the default (no filter). Refer to above link for examples and detailed description of this field.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        Friendly Name to provide context on what this customization step does
      • searchCriteria

        public java.util.Optional<java.lang.String> searchCriteria()
        Returns:
        Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field.
      • type

        public java.lang.String type()
        Returns:
        The type of customization tool you want to use on the Image. For example, "Shell" can be shell customizer Expected value is 'WindowsUpdate'.
      • updateLimit

        public java.util.Optional<java.lang.Integer> updateLimit()
        Returns:
        Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000)