Constant Field Values
Contents
com.microsoft.*
-
com.microsoft.azure.toolkit.lib.common.action.Action<D> Modifier and Type Constant Field Value public static final StringRESOURCE_TYPE"resourceType"public static final StringSOURCE"ACTION_SOURCE"
-
com.microsoft.azure.toolkit.lib.common.cache.CacheEvict Modifier and Type Constant Field Value public static final StringALL"<ALL>" -
com.microsoft.azure.toolkit.lib.common.cache.Preloader Modifier and Type Constant Field Value private static final StringINVALID_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.exception.CommandExecuteException Modifier and Type Constant Field Value private static final longserialVersionUID4582230448665092548L -
com.microsoft.azure.toolkit.lib.common.exception.InvalidConfigurationException Modifier and Type Constant Field Value private static final longserialVersionUID3122420022403832460L
-
com.microsoft.azure.toolkit.lib.common.form.AzureFormInput<T> Modifier and Type Constant Field Value public static final StringFIELD_DEFAULT_VALUE"defaultValue"public static final StringFIELD_REQUIRED"required"public static final StringFIELD_TRACKING"tracking"public static final StringFIELD_VALIDATING"validating"public static final StringFIELD_VALIDATION_INFO"validationInfo"public static final StringFIELD_VALIDATORS"validators"public static final StringFIELD_VALUE"value"public static final StringFIELD_VALUE_LISTENERS"valueListeners"public static final StringMSG_REQUIRED"This field is required."
-
com.microsoft.azure.toolkit.lib.common.messager.AzureMessage Modifier and Type Constant Field Value static final StringDEFAULT_MESSAGE_TITLE"Azure" -
com.microsoft.azure.toolkit.lib.common.messager.AzureMessageBundle Modifier and Type Constant Field Value private static final StringBUNDLE"bundles.com.microsoft.azure.toolkit.message" -
com.microsoft.azure.toolkit.lib.common.messager.IAzureMessager Modifier and Type Constant Field Value public static final StringDEFAULT_TITLE"Azure"
-
com.microsoft.azure.toolkit.lib.common.model.AzResource<T extends AzResource<T,P,R>,P extends AzResource<P,?,?>,R> Modifier and Type Constant Field Value public static final StringRESOURCE_GROUP_PLACEHOLDER"${rg}" -
com.microsoft.azure.toolkit.lib.common.model.AzResource.None Modifier and Type Constant Field Value private final Stringid"$NONE$"private final Stringname"$NONE$"private static final StringNONE"$NONE$"private final Stringstatus"$NONE$"private final StringsubscriptionId"$NONE$" -
com.microsoft.azure.toolkit.lib.common.model.AzResource.Status Modifier and Type Constant Field Value public static final StringCREATING"Creating"public static final StringDELETED"Deleted"public static final StringDELETING"Deleting"public static final StringDEPLOYING"Deploying"public static final StringERROR"Error"public static final StringINACTIVE"Inactive"public static final StringLOADING"Loading"public static final StringPENDING"Pending"public static final StringRESTARTING"Restarting"public static final StringRUNNING"Running"public static final StringSCALING"Scaling"public static final StringSTARTING"Starting"public static final StringSTOPPED"Stopped"public static final StringSTOPPING"Stopping"public static final StringUNKNOWN"Unknown"public static final StringUPDATING"Updating"
-
com.microsoft.azure.toolkit.lib.common.operation.AzureOperationBundle Modifier and Type Constant Field Value private static final StringBUNDLE"bundles.com.microsoft.azure.toolkit.operation" -
com.microsoft.azure.toolkit.lib.common.operation.IAzureOperation<T> Modifier and Type Constant Field Value public static final StringUNKNOWN_NAME"<unknown>.<unknown>"
-
com.microsoft.azure.toolkit.lib.common.proxy.ProxyManager Modifier and Type Constant Field Value private static final StringPROPERTY_USE_SYSTEM_PROXY"java.net.useSystemProxies"
-
com.microsoft.azure.toolkit.lib.common.telemetry.AzureTelemeter Modifier and Type Constant Field Value public static final StringERROR_CLASSNAME"error.error_class_name"public static final StringERROR_CODE"error.error_code"public static final StringERROR_MSG"error.error_message"public static final StringERROR_STACKTRACE"error.error_stack"public static final StringERROR_TYPE"error.error_type"public static final StringOP_ID"op_id"public static final StringOP_NAME"op_name"public static final StringOP_PARENT_ID"op_parentId"public static final StringOP_TYPE"op_type"public static final StringOPERATION_NAME"operationName"public static final StringSERVICE_NAME"serviceName" -
com.microsoft.azure.toolkit.lib.common.telemetry.AzureTelemetry Modifier and Type Constant Field Value static final StringOP_CREATE_AT"op_create_at"static final StringOP_ENTER_AT"op_enter_at"static final StringOP_EXIT_AT"op_exit_at" -
com.microsoft.azure.toolkit.lib.common.telemetry.AzureTelemetry.Property Modifier and Type Constant Field Value public static final StringPARAM_NAME"<param_name>" -
com.microsoft.azure.toolkit.lib.common.telemetry.AzureTelemetryClient Modifier and Type Constant Field Value private static final StringEMAIL_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 StringFILE_PATH_REGEX"(file://)?([a-zA-Z]:(\\\\\\\\|\\\\|/)|(\\\\\\\\|\\\\|/))?([\\w-._]+(\\\\\\\\|\\\\|/))+[\\w-._]*"
-
com.microsoft.azure.toolkit.lib.common.utils.CommandUtils Modifier and Type Constant Field Value private static final StringDEFAULT_MAC_LINUX_PATH"/bin/"private static final StringLINUX_MAC_STARTER"/bin/sh"private static final StringLINUX_MAC_SWITCHER"-c"private static final StringWINDOWS_STARTER"cmd.exe"private static final StringWINDOWS_SWITCHER"/c" -
com.microsoft.azure.toolkit.lib.common.utils.InstallationIdUtils Modifier and Type Constant Field Value private static final StringINVALID_HASHED_MAC_ADDRESS"6c9d2bc8f91b89624add29c0abeae7fb42bf539fa1cdb2e3e57cd668fa9bcead" -
com.microsoft.azure.toolkit.lib.common.utils.Utils Modifier and Type Constant Field Value private static final StringEAR"ear"private static final StringJAR"jar"private static final StringPOM"pom"private static final StringSUBSCRIPTIONS"subscriptions"private static final StringWAR"war"
-
com.microsoft.azure.toolkit.lib.common.utils.aspect.ExpressionUtils Modifier and Type Constant Field Value private static final StringINVALID_TEMPLATE"error occurs when evaluate template(%s) with bindings(%s)"
-
com.microsoft.azure.toolkit.lib.common.validator.SchemaValidator Modifier and Type Constant Field Value private static final StringINVALID_PARAMETER_ERROR_MESSAGE"Invalid parameters founded, please correct the value with messages below:"