Class AzureProfileConfigurationProperties.AzureEnvironmentConfigurationProperties
java.lang.Object
com.azure.spring.cloud.autoconfigure.properties.core.profile.AzureProfileConfigurationProperties.AzureEnvironmentConfigurationProperties
- All Implemented Interfaces:
com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
- Enclosing class:
- AzureProfileConfigurationProperties
public static final class AzureProfileConfigurationProperties.AzureEnvironmentConfigurationProperties
extends Object
implements com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
Azure environment configuration properties.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptionsfromAzureManagementEnvironment(com.azure.core.management.AzureEnvironment environment) voidsetActiveDirectoryEndpoint(String activeDirectoryEndpoint) Sets the active directory endpoint.voidsetActiveDirectoryGraphApiVersion(String activeDirectoryGraphApiVersion) Sets the active directory graph API version.voidsetActiveDirectoryGraphEndpoint(String activeDirectoryGraphEndpoint) Sets the active directory graph endpoint.voidsetActiveDirectoryResourceId(String activeDirectoryResourceId) Sets the active directory resource ID.voidsetAzureApplicationInsightsEndpoint(String azureApplicationInsightsEndpoint) Sets the Azure Application Insights endpoint.voidsetAzureDataLakeAnalyticsCatalogAndJobEndpointSuffix(String azureDataLakeAnalyticsCatalogAndJobEndpointSuffix) Sets the Azure Data Lake analytics catalog and job endpoint suffix.voidsetAzureDataLakeStoreFileSystemEndpointSuffix(String azureDataLakeStoreFileSystemEndpointSuffix) Sets the Azure Data Lake Storage file system endpoint suffix.voidsetAzureLogAnalyticsEndpoint(String azureLogAnalyticsEndpoint) Sets the Azure log analytics endpoint.voidsetDataLakeEndpointResourceId(String dataLakeEndpointResourceId) Sets the Data Lake endpoint resource ID.voidsetGalleryEndpoint(String galleryEndpoint) Sets the gallery endpoint.voidsetKeyVaultDnsSuffix(String keyVaultDnsSuffix) Sets the KeyVault DNS suffix.voidsetManagementEndpoint(String managementEndpoint) Sets the management endpoint.voidsetMicrosoftGraphEndpoint(String microsoftGraphEndpoint) Sets the Microsoft Graph endpoint.voidSets the portal.voidsetPublishingProfile(String publishingProfile) Sets the publishing profile.voidsetResourceManagerEndpoint(String resourceManagerEndpoint) Sets the resource manager endpoint.voidsetSqlManagementEndpoint(String sqlManagementEndpoint) Sets the SQL management endpoint.voidsetSqlServerHostnameSuffix(String sqlServerHostnameSuffix) Sets the SQL server hostname suffix.voidsetStorageEndpointSuffix(String storageEndpointSuffix) Sets the Storage endpoint suffix.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
toAzureManagementEnvironment
-
Method Details
-
getPortal
- Specified by:
getPortalin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setPortal
Sets the portal.- Parameters:
portal- The portal.
-
getPublishingProfile
- Specified by:
getPublishingProfilein interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setPublishingProfile
Sets the publishing profile.- Parameters:
publishingProfile- The publishing profile.
-
getManagementEndpoint
- Specified by:
getManagementEndpointin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setManagementEndpoint
Sets the management endpoint.- Parameters:
managementEndpoint- The management endpoint.
-
getResourceManagerEndpoint
- Specified by:
getResourceManagerEndpointin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setResourceManagerEndpoint
Sets the resource manager endpoint.- Parameters:
resourceManagerEndpoint- The resource manager endpoint.
-
getSqlManagementEndpoint
- Specified by:
getSqlManagementEndpointin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setSqlManagementEndpoint
Sets the SQL management endpoint.- Parameters:
sqlManagementEndpoint- The SQL management endpoint.
-
getSqlServerHostnameSuffix
- Specified by:
getSqlServerHostnameSuffixin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setSqlServerHostnameSuffix
Sets the SQL server hostname suffix.- Parameters:
sqlServerHostnameSuffix- The SQL server hostname suffix.
-
getGalleryEndpoint
- Specified by:
getGalleryEndpointin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setGalleryEndpoint
Sets the gallery endpoint.- Parameters:
galleryEndpoint- The gallery endpoint.
-
getActiveDirectoryEndpoint
- Specified by:
getActiveDirectoryEndpointin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setActiveDirectoryEndpoint
Sets the active directory endpoint.- Parameters:
activeDirectoryEndpoint- The active directory endpoint.
-
getActiveDirectoryResourceId
- Specified by:
getActiveDirectoryResourceIdin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setActiveDirectoryResourceId
Sets the active directory resource ID.- Parameters:
activeDirectoryResourceId- The active directory resource ID.
-
getActiveDirectoryGraphEndpoint
- Specified by:
getActiveDirectoryGraphEndpointin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setActiveDirectoryGraphEndpoint
Sets the active directory graph endpoint.- Parameters:
activeDirectoryGraphEndpoint- The active directory graph endpoint.
-
getActiveDirectoryGraphApiVersion
- Specified by:
getActiveDirectoryGraphApiVersionin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setActiveDirectoryGraphApiVersion
Sets the active directory graph API version.- Parameters:
activeDirectoryGraphApiVersion- The active directory graph API version.
-
getMicrosoftGraphEndpoint
- Specified by:
getMicrosoftGraphEndpointin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setMicrosoftGraphEndpoint
Sets the Microsoft Graph endpoint.- Parameters:
microsoftGraphEndpoint- The Microsoft Graph endpoint.
-
getDataLakeEndpointResourceId
- Specified by:
getDataLakeEndpointResourceIdin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setDataLakeEndpointResourceId
Sets the Data Lake endpoint resource ID.- Parameters:
dataLakeEndpointResourceId- The Data Lake endpoint resource ID.
-
getStorageEndpointSuffix
- Specified by:
getStorageEndpointSuffixin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setStorageEndpointSuffix
Sets the Storage endpoint suffix.- Parameters:
storageEndpointSuffix- The Storage endpoint suffix.
-
getKeyVaultDnsSuffix
- Specified by:
getKeyVaultDnsSuffixin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setKeyVaultDnsSuffix
Sets the KeyVault DNS suffix.- Parameters:
keyVaultDnsSuffix- The KeyVault DNS suffix.
-
getAzureDataLakeStoreFileSystemEndpointSuffix
- Specified by:
getAzureDataLakeStoreFileSystemEndpointSuffixin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setAzureDataLakeStoreFileSystemEndpointSuffix
public void setAzureDataLakeStoreFileSystemEndpointSuffix(String azureDataLakeStoreFileSystemEndpointSuffix) Sets the Azure Data Lake Storage file system endpoint suffix.- Parameters:
azureDataLakeStoreFileSystemEndpointSuffix- The Azure Data Lake Storage file system endpoint suffix.
-
getAzureDataLakeAnalyticsCatalogAndJobEndpointSuffix
- Specified by:
getAzureDataLakeAnalyticsCatalogAndJobEndpointSuffixin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setAzureDataLakeAnalyticsCatalogAndJobEndpointSuffix
public void setAzureDataLakeAnalyticsCatalogAndJobEndpointSuffix(String azureDataLakeAnalyticsCatalogAndJobEndpointSuffix) Sets the Azure Data Lake analytics catalog and job endpoint suffix.- Parameters:
azureDataLakeAnalyticsCatalogAndJobEndpointSuffix- The Azure Data Lake analytics catalog and job endpoint suffix.
-
getAzureLogAnalyticsEndpoint
- Specified by:
getAzureLogAnalyticsEndpointin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setAzureLogAnalyticsEndpoint
Sets the Azure log analytics endpoint.- Parameters:
azureLogAnalyticsEndpoint- The Azure log analytics endpoint.
-
getAzureApplicationInsightsEndpoint
- Specified by:
getAzureApplicationInsightsEndpointin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-
setAzureApplicationInsightsEndpoint
Sets the Azure Application Insights endpoint.- Parameters:
azureApplicationInsightsEndpoint- The Azure Application Insights endpoint.
-
fromAzureManagementEnvironment
public com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions fromAzureManagementEnvironment(com.azure.core.management.AzureEnvironment environment) - Specified by:
fromAzureManagementEnvironmentin interfacecom.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.AzureEnvironmentOptions
-