public final class AzureEnvironmentConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static URI |
AZURE_CHINA_CLOUD_ACTIVE_DIRECTORY_ENDPOINT
The Active Directory endpoint for Azure China Cloud environment.
|
static String |
AZURE_CHINA_CLOUD_MEDIA_SERVICES_RESOURCE
The Media Services resource for Azure China Cloud environment.
|
static URI |
AZURE_CLOUD_ACTIVE_DIRECTORY_ENDPOINT
The Active Directory endpoint for Azure Cloud environment.
|
static String |
AZURE_CLOUD_MEDIA_SERVICES_RESOURCE
The Media Services resource for Azure Cloud environment.
|
static URI |
AZURE_GERMAN_CLOUD_ACTIVE_DIRECTORY_ENDPOINT
The Active Directory endpoint for Azure German cloud environment.
|
static String |
AZURE_GERMAN_CLOUD_MEDIA_SERVICES_RESOURCE
The Media Services resource for Azure German Cloud environment.
|
static URI |
AZURE_US_GOVERNMENT_ACTIVE_DIRECTORY_ENDPOINT
The Active Directory endpoint for Azure US Government environment.
|
static String |
AZURE_US_GOVERNMENT_MEDIA_SERVICES_RESOURCE
The Media Services resource for Azure US Government environment.
|
static String |
AZURE_US_GOVERNMENT_SDK_AAD_APPLIATION_ID
The native SDK AAD application ID for Azure US Government environment.
|
static String |
SDK_AAD_APPLICATION_ID
The native SDK AAD application ID for Azure Cloud, Azure China Cloud and Azure German Cloud environment.
|
static URI |
SDK_AAD_APPLICATION_REDIRECT_URI
The native SDK AAD application's redirect URL for all environments.
|
public static final URI AZURE_CLOUD_ACTIVE_DIRECTORY_ENDPOINT
public static final String AZURE_CLOUD_MEDIA_SERVICES_RESOURCE
public static final URI AZURE_CHINA_CLOUD_ACTIVE_DIRECTORY_ENDPOINT
public static final String AZURE_CHINA_CLOUD_MEDIA_SERVICES_RESOURCE
public static final URI AZURE_US_GOVERNMENT_ACTIVE_DIRECTORY_ENDPOINT
public static final String AZURE_US_GOVERNMENT_MEDIA_SERVICES_RESOURCE
public static final String AZURE_US_GOVERNMENT_SDK_AAD_APPLIATION_ID
public static final URI AZURE_GERMAN_CLOUD_ACTIVE_DIRECTORY_ENDPOINT
public static final String AZURE_GERMAN_CLOUD_MEDIA_SERVICES_RESOURCE
public static final String SDK_AAD_APPLICATION_ID
public static final URI SDK_AAD_APPLICATION_REDIRECT_URI
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/