Interface AzureProfileOptionsProvider.AzureEnvironmentOptions
- All Known Implementing Classes:
AzureEnvironmentProperties
- Enclosing interface:
AzureProfileOptionsProvider
public static interface AzureProfileOptionsProvider.AzureEnvironmentOptions
Interface to be implemented by classes that wish to describe an Azure cloud environment options.
-
Method Summary
Modifier and TypeMethodDescriptionfromAzureManagementEnvironment
(com.azure.core.management.AzureEnvironment environment) Deprecated.Return the Active Directory login endpoint.Return the Active Directory api version.Return the Active Directory Graph endpoint.Return the resource ID to obtain AD tokens for.Return the application insights endpoint.Return the data lake analytics job and catalog service dns suffix.Return the data lake store filesystem service dns suffix.Return the log analytics endpoint.Return the Data Lake resource ID.Return the template gallery endpoint.Return the key vault service dns suffix.Return the management service endpoint.Return the Microsoft Graph endpoint.Return the management portal URL.Return the publishing settings file URL.Return the resource management endpoint.Return the domain name of Service Bus.Return the sql server management endpoint for mobile commands.Return the dns suffix for sql servers.The endpoint suffix for storage accounts.default com.azure.core.management.AzureEnvironment
Return the AzureEnvironment
-
Method Details
-
getPortal
String getPortal()Return the management portal URL.- Returns:
- The management portal URL.
-
getPublishingProfile
String getPublishingProfile()Return the publishing settings file URL.- Returns:
- the publishing settings file URL.
-
getManagementEndpoint
String getManagementEndpoint()Return the management service endpoint.- Returns:
- the management service endpoint.
-
getResourceManagerEndpoint
String getResourceManagerEndpoint()Return the resource management endpoint.- Returns:
- the resource management endpoint.
-
getSqlManagementEndpoint
String getSqlManagementEndpoint()Return the sql server management endpoint for mobile commands.- Returns:
- the sql server management endpoint for mobile commands.
-
getSqlServerHostnameSuffix
String getSqlServerHostnameSuffix()Return the dns suffix for sql servers.- Returns:
- the dns suffix for sql servers.
-
getGalleryEndpoint
String getGalleryEndpoint()Return the template gallery endpoint.- Returns:
- the template gallery endpoint.
-
getActiveDirectoryEndpoint
String getActiveDirectoryEndpoint()Return the Active Directory login endpoint.- Returns:
- the Active Directory login endpoint.
-
getActiveDirectoryResourceId
String getActiveDirectoryResourceId()Return the resource ID to obtain AD tokens for.- Returns:
- The resource ID to obtain AD tokens for.
-
getActiveDirectoryGraphEndpoint
String getActiveDirectoryGraphEndpoint()Return the Active Directory Graph endpoint.- Returns:
- the Active Directory Graph endpoint.
-
getMicrosoftGraphEndpoint
String getMicrosoftGraphEndpoint()Return the Microsoft Graph endpoint.- Returns:
- the Microsoft Graph endpoint.
-
getDataLakeEndpointResourceId
String getDataLakeEndpointResourceId()Return the Data Lake resource ID.- Returns:
- the Data Lake resource ID.
-
getActiveDirectoryGraphApiVersion
String getActiveDirectoryGraphApiVersion()Return the Active Directory api version.- Returns:
- the Active Directory api version.
-
getStorageEndpointSuffix
String getStorageEndpointSuffix()The endpoint suffix for storage accounts.- Returns:
- the endpoint suffix for storage accounts.
-
getKeyVaultDnsSuffix
String getKeyVaultDnsSuffix()Return the key vault service dns suffix.- Returns:
- the key vault service dns suffix.
-
getAzureDataLakeStoreFileSystemEndpointSuffix
String getAzureDataLakeStoreFileSystemEndpointSuffix()Return the data lake store filesystem service dns suffix.- Returns:
- the data lake store filesystem service dns suffix.
-
getAzureDataLakeAnalyticsCatalogAndJobEndpointSuffix
String getAzureDataLakeAnalyticsCatalogAndJobEndpointSuffix()Return the data lake analytics job and catalog service dns suffix.- Returns:
- the data lake analytics job and catalog service dns suffix.
-
getAzureLogAnalyticsEndpoint
String getAzureLogAnalyticsEndpoint()Return the log analytics endpoint.- Returns:
- the log analytics endpoint.
-
getAzureApplicationInsightsEndpoint
String getAzureApplicationInsightsEndpoint()Return the application insights endpoint.- Returns:
- the application insights endpoint.
-
getServiceBusDomainName
String getServiceBusDomainName()Return the domain name of Service Bus.- Returns:
- the domain name of Service Bus.
-
fromAzureManagementEnvironment
@Deprecated AzureProfileOptionsProvider.AzureEnvironmentOptions fromAzureManagementEnvironment(com.azure.core.management.AzureEnvironment environment) Deprecated.deprecate the dependency onAzureEnvironment
.Get the AzureEnvironment fromAzureEnvironment
.- Parameters:
environment
- the azure core AzureEnvironment.- Returns:
- the AzureEnvironment implementation.
-
toAzureManagementEnvironment
default com.azure.core.management.AzureEnvironment toAzureManagementEnvironment()Return the AzureEnvironment- Returns:
- the azure core
AzureEnvironment
.
-
AzureEnvironment
.