Annotation Type AzureOperation
-
@Retention(RUNTIME) @Target(METHOD) public @interface AzureOperation
-
-
Element Detail
-
name
String name
-
-
-
params
String[] params
groovy expressions to compute the params dynamically. e.g. groovy expression:"this.webapp.id()","subscriptionId"- Default:
- {}
-
-
-
props
String props
groovy expressions to compute the props dynamically. e.g. groovy expression:"this.buildProps()"- Default:
- ""
-
-
-
type
AzureOperation.Type type
- Default:
- com.microsoft.azure.toolkit.lib.common.operation.AzureOperation.Type.DEFAULT
-
-