Constant Field Values

Contents

com.microsoft.*

  • com.microsoft.azure.toolkit.lib.common.action.Action<D> 
    Modifier and Type Constant Field Value
    public static final String SOURCE "ACTION_SOURCE"
  • com.microsoft.azure.toolkit.lib.common.bundle.AzureBundle 
    Modifier and Type Constant Field Value
    private static final String INDEX "index"
  • com.microsoft.azure.toolkit.lib.common.cache.CacheEvict 
    Modifier and Type Constant Field Value
    public static final String ALL "<ALL>"
  • com.microsoft.azure.toolkit.lib.common.cache.Preloader 
    Modifier and Type Constant Field Value
    private static final String INVALID_PRELOAD_METHOD "@Preload annotated method(%s.%s) should have (no args or only varargs) and must be (static or in a singleton class)"
  • com.microsoft.azure.toolkit.lib.common.form.AzureFormInput<T> 
    Modifier and Type Constant Field Value
    public static final String MSG_REQUIRED "This field is required."
  • com.microsoft.azure.toolkit.lib.common.operation.IAzureOperation 
    Modifier and Type Constant Field Value
    public static final String UNKNOWN_NAME "<unknown>.<unknown>"
  • com.microsoft.azure.toolkit.lib.common.telemetry.AzureTelemeter 
    Modifier and Type Constant Field Value
    private static final String ERROR_CLASSNAME "error.class_name"
    private static final String ERROR_CODE "error.code"
    private static final String ERROR_MSG "error.message"
    private static final String ERROR_STACKTRACE "error.stack"
    private static final String ERROR_TYPE "error.type"
    private static final String OP_ID "op_id"
    private static final String OP_NAME "op_name"
    private static final String OP_PARENT_ID "op_parentId"
    private static final String OP_TYPE "op_type"
    private static final String OPERATION_NAME "operationName"
    private static final String SERVICE_NAME "serviceName"
  • com.microsoft.azure.toolkit.lib.common.telemetry.AzureTelemetry 
    Modifier and Type Constant Field Value
    static final String OP_CREATE_AT "op_create_at"
    static final String OP_ENTER_AT "op_enter_at"
    static final String OP_EXIT_AT "op_exit_at"
  • com.microsoft.azure.toolkit.lib.common.telemetry.AzureTelemetry.Property 
    Modifier and Type Constant Field Value
    public static final String PARAM_NAME "<param_name>"
  • com.microsoft.azure.toolkit.lib.common.telemetry.AzureTelemetryClient 
    Modifier and Type Constant Field Value
    private static final String EMAIL_REGEX "(?:[a-z0-9!#$%&\'*+/=?^_`{|}~-]+(?:\\.[a-z0-9!#$%&\'*+/=?^_`{|}~-]+)*|\"(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21\\x23-\\x5b\\x5d-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])*\")@(?:(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?|\\[(?:(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9]))\\.){3}(?:(2(5[0-5]|[0-4][0-9])|1[0-9][0-9]|[1-9]?[0-9])|[a-z0-9-]*[a-z0-9]:(?:[\\x01-\\x08\\x0b\\x0c\\x0e-\\x1f\\x21-\\x5a\\x53-\\x7f]|\\\\[\\x01-\\x09\\x0b\\x0c\\x0e-\\x7f])+)])"
    private static final String FILE_PATH_REGEX "(file://)?([a-zA-Z]:(\\\\\\\\|\\\\|/)|(\\\\\\\\|\\\\|/))?([\\w-._]+(\\\\\\\\|\\\\|/))+[\\w-._]*"
  • com.microsoft.azure.toolkit.lib.common.utils.aspect.ExpressionUtils 
    Modifier and Type Constant Field Value
    private static final String INVALID_TEMPLATE "error occurs when evaluate template(%s) with bindings(%s)"