Annotation Type AzureOperation

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String name  
      String[] params
      groovy expressions to compute the params dynamically.
      String source
      groovy expressions to compute the source object dynamically.
      String value
      alias for name()
      • params

        String[] params
        groovy expressions to compute the params dynamically. e.g. groovy expression: "this.webapp.id()" , "subscriptionId"
        Default:
        {}
      • source

        String source
        groovy expressions to compute the source object dynamically. e.g. groovy expression: "this.webapp" , "app"
        Default:
        ""