Interface FunctionEnvelope

All Superinterfaces:
HasInnerModel<FunctionEnvelopeInner>

public interface FunctionEnvelope extends HasInnerModel<FunctionEnvelopeInner>
An immutable representation of function Information.
  • Method Details

    • functionAppId

      String functionAppId()
      Returns:
      the functionAppId value
    • scriptRootPathHref

      String scriptRootPathHref()
      Returns:
      the scriptRootPathHref value
    • scriptHref

      String scriptHref()
      Returns:
      the scriptHref value
    • configHref

      String configHref()
      Returns:
      the configHref value
    • secretsFileHref

      String secretsFileHref()
      Returns:
      the secretsFileHref value
    • href

      String href()
      Returns:
      the href value
    • config

      Object config()
      Returns:
      the config value
    • files

      Map<String,String> files()
      Returns:
      the files value
    • testData

      String testData()
      Returns:
      the testData value