Annotation Type AzureOperation
-
@Retention(RUNTIME) @Target(METHOD) public @interface AzureOperation
-
-
-
name
String name
- Default:
- ""
-
-
-
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:
- ""
-
-