com.azure.resourcemanager.appplatform.implementation.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-appplatform Show documentation
Show all versions of azure-resourcemanager-appplatform Show documentation
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
// 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";
}