Class DataManifestResourceFunctionsDefinition


  • public final class DataManifestResourceFunctionsDefinition
    extends Object
    The resource functions supported by a manifest.
    • Constructor Detail

      • DataManifestResourceFunctionsDefinition

        public DataManifestResourceFunctionsDefinition()
    • Method Detail

      • standard

        public List<String> standard()
        Get the standard property: The standard resource functions (subscription and/or resourceGroup).
        Returns:
        the standard value.
      • withStandard

        public DataManifestResourceFunctionsDefinition withStandard​(List<String> standard)
        Set the standard property: The standard resource functions (subscription and/or resourceGroup).
        Parameters:
        standard - the standard value to set.
        Returns:
        the DataManifestResourceFunctionsDefinition object itself.
      • validate

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