Class DataManifestResourceFunctionsDefinition

java.lang.Object
com.azure.resourcemanager.resources.fluent.models.DataManifestResourceFunctionsDefinition

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

    • DataManifestResourceFunctionsDefinition

      public DataManifestResourceFunctionsDefinition()
  • Method Details

    • 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.
    • custom

      Get the custom property: An array of data manifest custom resource definition.
      Returns:
      the custom value.
    • withCustom

      Set the custom property: An array of data manifest custom resource definition.
      Parameters:
      custom - the custom value to set.
      Returns:
      the DataManifestResourceFunctionsDefinition object itself.
    • validate

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