Annotation Type AzureOperation

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] params
      groovy expressions to compute the params dynamically.
      String props
      groovy expressions to compute the props dynamically.
      AzureOperation.Type type  
      • 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