Uses of Class
com.azure.ai.metricsadvisor.administration.models.DataSourceAuthenticationType
Packages that use DataSourceAuthenticationType
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of DataSourceAuthenticationType in com.azure.ai.metricsadvisor.administration.models
Fields in com.azure.ai.metricsadvisor.administration.models declared as DataSourceAuthenticationTypeModifier and TypeFieldDescriptionstatic final DataSourceAuthenticationTypeDataSourceAuthenticationType.AZURE_SQL_CONNECTION_STRINGStatic value AzureSQLConnectionString for DataSourceAuthenticationType.static final DataSourceAuthenticationTypeDataSourceAuthenticationType.BASICStatic value Basic for DataSourceAuthenticationType.static final DataSourceAuthenticationTypeDataSourceAuthenticationType.DATA_LAKE_GEN2_SHARED_KEYStatic value DataLakeGen2SharedKey for DataSourceAuthenticationType.static final DataSourceAuthenticationTypeDataSourceAuthenticationType.MANAGED_IDENTITYStatic value ManagedIdentity for DataSourceAuthenticationType.static final DataSourceAuthenticationTypeDataSourceAuthenticationType.SERVICE_PRINCIPALStatic value ServicePrincipal for DataSourceAuthenticationType.static final DataSourceAuthenticationTypeDataSourceAuthenticationType.SERVICE_PRINCIPAL_IN_KVStatic value ServicePrincipalInKV for DataSourceAuthenticationType.Methods in com.azure.ai.metricsadvisor.administration.models that return DataSourceAuthenticationTypeModifier and TypeMethodDescriptionstatic DataSourceAuthenticationTypeDataSourceAuthenticationType.fromString(String name) Creates or finds a AuthenticationTypeEnum from its string representation.AzureBlobDataFeedSource.getAuthenticationType()Gets the authentication type to access the data source.AzureDataExplorerDataFeedSource.getAuthenticationType()Gets the authentication type to access the data source.AzureDataLakeStorageGen2DataFeedSource.getAuthenticationType()Gets the authentication type to access the data source.AzureLogAnalyticsDataFeedSource.getAuthenticationType()Gets the authentication type to access the data source.SqlServerDataFeedSource.getAuthenticationType()Gets the authentication type to access the data source.Methods in com.azure.ai.metricsadvisor.administration.models that return types with arguments of type DataSourceAuthenticationType