All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.appplatform.implementation.Constants Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure App Platform Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt

There is a newer version: 2.42.0
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

package com.azure.resourcemanager.appplatform.implementation;

/** (Internal Use Only) Implementation-shared constants. */
class Constants {
    public static final String DEFAULT_TANZU_COMPONENT_NAME = "default";
    public static final String APPLICATION_CONFIGURATION_SERVICE_KEY = "applicationConfigurationService";
    public static final String BINDING_RESOURCE_ID = "resourceId";
    public static final String CONFIG_FILE_PATTERNS_KEY = "configFilePatterns";
    public static final String JAVA_OPTS = "JAVA_OPTS";
    public static final String SERVICE_REGISTRY_KEY = "serviceRegistry";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy