273 строки
16 KiB
YAML
273 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.core.management.AzureEnvironment"
|
|
fullName: "com.azure.core.management.AzureEnvironment"
|
|
name: "AzureEnvironment"
|
|
nameWithType: "AzureEnvironment"
|
|
summary: "An instance of this class describes an environment in Azure."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedMembers:
|
|
- "java.lang.Object.clone()"
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
- "java.lang.Object.finalize()"
|
|
- "java.lang.Object.getClass()"
|
|
- "java.lang.Object.hashCode()"
|
|
- "java.lang.Object.notify()"
|
|
- "java.lang.Object.notifyAll()"
|
|
- "java.lang.Object.toString()"
|
|
- "java.lang.Object.wait()"
|
|
- "java.lang.Object.wait(long)"
|
|
- "java.lang.Object.wait(long,int)"
|
|
syntax: "public final class AzureEnvironment"
|
|
constructors:
|
|
- uid: "com.azure.core.management.AzureEnvironment.AzureEnvironment(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.azure.core.management.AzureEnvironment.AzureEnvironment(Map<String,String> endpoints)"
|
|
name: "AzureEnvironment(Map<String,String> endpoints)"
|
|
nameWithType: "AzureEnvironment.AzureEnvironment(Map<String,String> endpoints)"
|
|
summary: "Initializes an instance of Azure<wbr>Environment class."
|
|
parameters:
|
|
- description: "a map storing all the endpoint info"
|
|
name: "endpoints"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public AzureEnvironment(Map<String,String> endpoints)"
|
|
desc: "Initializes an instance of AzureEnvironment class."
|
|
fields:
|
|
- uid: "com.azure.core.management.AzureEnvironment.AZURE"
|
|
fullName: "com.azure.core.management.AzureEnvironment.AZURE"
|
|
name: "AZURE"
|
|
nameWithType: "AzureEnvironment.AZURE"
|
|
summary: "Provides the settings for authentication with Azure."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.core.management.AzureEnvironment?alt=com.azure.core.management.AzureEnvironment&text=AzureEnvironment\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final AzureEnvironment AZURE"
|
|
desc: "Provides the settings for authentication with Azure."
|
|
- uid: "com.azure.core.management.AzureEnvironment.AZURE_CHINA"
|
|
fullName: "com.azure.core.management.AzureEnvironment.AZURE_CHINA"
|
|
name: "AZURE_CHINA"
|
|
nameWithType: "AzureEnvironment.AZURE_CHINA"
|
|
summary: "Provides the settings for authentication with Azure China."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.core.management.AzureEnvironment?alt=com.azure.core.management.AzureEnvironment&text=AzureEnvironment\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final AzureEnvironment AZURE_CHINA"
|
|
desc: "Provides the settings for authentication with Azure China."
|
|
- uid: "com.azure.core.management.AzureEnvironment.AZURE_GERMANY"
|
|
fullName: "com.azure.core.management.AzureEnvironment.AZURE_GERMANY"
|
|
name: "AZURE_GERMANY"
|
|
nameWithType: "AzureEnvironment.AZURE_GERMANY"
|
|
summary: "Provides the settings for authentication with Azure Germany."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.core.management.AzureEnvironment?alt=com.azure.core.management.AzureEnvironment&text=AzureEnvironment\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final AzureEnvironment AZURE_GERMANY"
|
|
desc: "Provides the settings for authentication with Azure Germany."
|
|
- uid: "com.azure.core.management.AzureEnvironment.AZURE_US_GOVERNMENT"
|
|
fullName: "com.azure.core.management.AzureEnvironment.AZURE_US_GOVERNMENT"
|
|
name: "AZURE_US_GOVERNMENT"
|
|
nameWithType: "AzureEnvironment.AZURE_US_GOVERNMENT"
|
|
summary: "Provides the settings for authentication with Azure US Government."
|
|
modifiers:
|
|
- "static"
|
|
- "final"
|
|
field:
|
|
type: "<xref href=\"com.azure.core.management.AzureEnvironment?alt=com.azure.core.management.AzureEnvironment&text=AzureEnvironment\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static final AzureEnvironment AZURE_US_GOVERNMENT"
|
|
desc: "Provides the settings for authentication with Azure US Government."
|
|
methods:
|
|
- uid: "com.azure.core.management.AzureEnvironment.getActiveDirectoryEndpoint()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getActiveDirectoryEndpoint()"
|
|
name: "getActiveDirectoryEndpoint()"
|
|
nameWithType: "AzureEnvironment.getActiveDirectoryEndpoint()"
|
|
syntax: "public String getActiveDirectoryEndpoint()"
|
|
returns:
|
|
description: "the Active Directory login endpoint."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getActiveDirectoryGraphApiVersion()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getActiveDirectoryGraphApiVersion()"
|
|
name: "getActiveDirectoryGraphApiVersion()"
|
|
nameWithType: "AzureEnvironment.getActiveDirectoryGraphApiVersion()"
|
|
syntax: "public String getActiveDirectoryGraphApiVersion()"
|
|
returns:
|
|
description: "the Active Directory api version."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getActiveDirectoryResourceId()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getActiveDirectoryResourceId()"
|
|
name: "getActiveDirectoryResourceId()"
|
|
nameWithType: "AzureEnvironment.getActiveDirectoryResourceId()"
|
|
syntax: "public String getActiveDirectoryResourceId()"
|
|
returns:
|
|
description: "The resource ID to obtain AD tokens for."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getApplicationInsightsEndpoint()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getApplicationInsightsEndpoint()"
|
|
name: "getApplicationInsightsEndpoint()"
|
|
nameWithType: "AzureEnvironment.getApplicationInsightsEndpoint()"
|
|
syntax: "public String getApplicationInsightsEndpoint()"
|
|
returns:
|
|
description: "the log analytics endpoint."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getAzureDataLakeAnalyticsCatalogAndJobEndpointSuffix()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getAzureDataLakeAnalyticsCatalogAndJobEndpointSuffix()"
|
|
name: "getAzureDataLakeAnalyticsCatalogAndJobEndpointSuffix()"
|
|
nameWithType: "AzureEnvironment.getAzureDataLakeAnalyticsCatalogAndJobEndpointSuffix()"
|
|
syntax: "public String getAzureDataLakeAnalyticsCatalogAndJobEndpointSuffix()"
|
|
returns:
|
|
description: "the data lake analytics job and catalog service dns suffix."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getAzureDataLakeStoreFileSystemEndpointSuffix()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getAzureDataLakeStoreFileSystemEndpointSuffix()"
|
|
name: "getAzureDataLakeStoreFileSystemEndpointSuffix()"
|
|
nameWithType: "AzureEnvironment.getAzureDataLakeStoreFileSystemEndpointSuffix()"
|
|
syntax: "public String getAzureDataLakeStoreFileSystemEndpointSuffix()"
|
|
returns:
|
|
description: "the data lake store filesystem service dns suffix."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getDataLakeEndpointResourceId()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getDataLakeEndpointResourceId()"
|
|
name: "getDataLakeEndpointResourceId()"
|
|
nameWithType: "AzureEnvironment.getDataLakeEndpointResourceId()"
|
|
syntax: "public String getDataLakeEndpointResourceId()"
|
|
returns:
|
|
description: "the Data Lake resource ID."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getEndpoints()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getEndpoints()"
|
|
name: "getEndpoints()"
|
|
nameWithType: "AzureEnvironment.getEndpoints()"
|
|
syntax: "public Map<String,String> getEndpoints()"
|
|
returns:
|
|
description: "the entirety of the endpoints associated with the current environment."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getGalleryEndpoint()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getGalleryEndpoint()"
|
|
name: "getGalleryEndpoint()"
|
|
nameWithType: "AzureEnvironment.getGalleryEndpoint()"
|
|
syntax: "public String getGalleryEndpoint()"
|
|
returns:
|
|
description: "the template gallery endpoint."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getGraphEndpoint()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getGraphEndpoint()"
|
|
name: "getGraphEndpoint()"
|
|
nameWithType: "AzureEnvironment.getGraphEndpoint()"
|
|
syntax: "public String getGraphEndpoint()"
|
|
returns:
|
|
description: "the Active Directory resource ID."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getKeyVaultDnsSuffix()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getKeyVaultDnsSuffix()"
|
|
name: "getKeyVaultDnsSuffix()"
|
|
nameWithType: "AzureEnvironment.getKeyVaultDnsSuffix()"
|
|
syntax: "public String getKeyVaultDnsSuffix()"
|
|
returns:
|
|
description: "the keyvault service dns suffix."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getLogAnalyticsEndpoint()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getLogAnalyticsEndpoint()"
|
|
name: "getLogAnalyticsEndpoint()"
|
|
nameWithType: "AzureEnvironment.getLogAnalyticsEndpoint()"
|
|
syntax: "public String getLogAnalyticsEndpoint()"
|
|
returns:
|
|
description: "the log analytics endpoint."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getManagementEndpoint()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getManagementEndpoint()"
|
|
name: "getManagementEndpoint()"
|
|
nameWithType: "AzureEnvironment.getManagementEndpoint()"
|
|
syntax: "public String getManagementEndpoint()"
|
|
returns:
|
|
description: "the management service endpoint."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getMicrosoftGraphEndpoint()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getMicrosoftGraphEndpoint()"
|
|
name: "getMicrosoftGraphEndpoint()"
|
|
nameWithType: "AzureEnvironment.getMicrosoftGraphEndpoint()"
|
|
syntax: "public String getMicrosoftGraphEndpoint()"
|
|
returns:
|
|
description: "the Microsoft Graph resource ID."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getPortal()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getPortal()"
|
|
name: "getPortal()"
|
|
nameWithType: "AzureEnvironment.getPortal()"
|
|
syntax: "public String getPortal()"
|
|
returns:
|
|
description: "the management portal URL."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getPublishingProfile()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getPublishingProfile()"
|
|
name: "getPublishingProfile()"
|
|
nameWithType: "AzureEnvironment.getPublishingProfile()"
|
|
syntax: "public String getPublishingProfile()"
|
|
returns:
|
|
description: "the publish settings file URL."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getResourceManagerEndpoint()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getResourceManagerEndpoint()"
|
|
name: "getResourceManagerEndpoint()"
|
|
nameWithType: "AzureEnvironment.getResourceManagerEndpoint()"
|
|
syntax: "public String getResourceManagerEndpoint()"
|
|
returns:
|
|
description: "the resource management endpoint."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getSqlManagementEndpoint()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getSqlManagementEndpoint()"
|
|
name: "getSqlManagementEndpoint()"
|
|
nameWithType: "AzureEnvironment.getSqlManagementEndpoint()"
|
|
syntax: "public String getSqlManagementEndpoint()"
|
|
returns:
|
|
description: "the sql server management endpoint for mobile commands."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getSqlServerHostnameSuffix()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getSqlServerHostnameSuffix()"
|
|
name: "getSqlServerHostnameSuffix()"
|
|
nameWithType: "AzureEnvironment.getSqlServerHostnameSuffix()"
|
|
syntax: "public String getSqlServerHostnameSuffix()"
|
|
returns:
|
|
description: "the dns suffix for sql servers."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getStorageEndpointSuffix()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getStorageEndpointSuffix()"
|
|
name: "getStorageEndpointSuffix()"
|
|
nameWithType: "AzureEnvironment.getStorageEndpointSuffix()"
|
|
syntax: "public String getStorageEndpointSuffix()"
|
|
returns:
|
|
description: "the endpoint suffix for storage accounts."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.getUrlByEndpoint(com.azure.core.management.AzureEnvironment.Endpoint)"
|
|
fullName: "com.azure.core.management.AzureEnvironment.getUrlByEndpoint(AzureEnvironment.Endpoint endpoint)"
|
|
name: "getUrlByEndpoint(AzureEnvironment.Endpoint endpoint)"
|
|
nameWithType: "AzureEnvironment.getUrlByEndpoint(AzureEnvironment.Endpoint endpoint)"
|
|
summary: "Gets the endpoint URL for the current environment."
|
|
parameters:
|
|
- description: "the endpoint."
|
|
name: "endpoint"
|
|
type: "<xref href=\"com.azure.core.management.AzureEnvironment.Endpoint?alt=com.azure.core.management.AzureEnvironment.Endpoint&text=Endpoint\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public String getUrlByEndpoint(AzureEnvironment.Endpoint endpoint)"
|
|
desc: "Gets the endpoint URL for the current environment."
|
|
returns:
|
|
description: "the URL for the endpoint, null if no match."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.core.management.AzureEnvironment.knownEnvironments()"
|
|
fullName: "com.azure.core.management.AzureEnvironment.knownEnvironments()"
|
|
name: "knownEnvironments()"
|
|
nameWithType: "AzureEnvironment.knownEnvironments()"
|
|
modifiers:
|
|
- "static"
|
|
syntax: "public static List<AzureEnvironment> knownEnvironments()"
|
|
returns:
|
|
description: "the list of known environments to Azure SDK."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.core.management.AzureEnvironment?alt=com.azure.core.management.AzureEnvironment&text=AzureEnvironment\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "An instance of this class describes an environment in Azure."
|
|
metadata: {}
|
|
package: "com.azure.core.management"
|
|
artifact: com.azure:azure-core-management:1.8.0
|