Uses of Class
com.azure.ai.metricsadvisor.administration.models.AzureDataLakeStorageGen2DataFeedSource
Packages that use AzureDataLakeStorageGen2DataFeedSource
Package
Description
Package containing model types for Metrics Advisor administration operations.
-
Uses of AzureDataLakeStorageGen2DataFeedSource in com.azure.ai.metricsadvisor.administration.models
Methods in com.azure.ai.metricsadvisor.administration.models that return AzureDataLakeStorageGen2DataFeedSourceModifier and TypeMethodDescriptionAzureDataLakeStorageGen2DataFeedSource.fromBasicCredential(String accountName, String accountKey, String fileSystemName, String directoryTemplate, String fileTemplate) Create a AzureDataLakeStorageGen2DataFeedSource with the givenaccountKeyfor authentication.AzureDataLakeStorageGen2DataFeedSource.fromServicePrincipalCredential(String accountName, String fileSystemName, String directoryTemplate, String fileTemplate, String credentialId) Create a AzureDataLakeStorageGen2DataFeedSource with thecredentialIdidentifying a credential entity of typeDataSourceServicePrincipal, the entity contains Service Principal to access the Data Lake storage.AzureDataLakeStorageGen2DataFeedSource.fromServicePrincipalInKeyVaultCredential(String accountName, String fileSystemName, String directoryTemplate, String fileTemplate, String credentialId) Create a AzureDataLakeStorageGen2DataFeedSource with thecredentialIdidentifying a credential entity of typeDataSourceServicePrincipalInKeyVault, the entity contains details of the KeyVault holding the Service Principal to access the Data Lake storage.AzureDataLakeStorageGen2DataFeedSource.fromSharedKeyCredential(String accountName, String fileSystemName, String directoryTemplate, String fileTemplate, String credentialId) Create a AzureDataLakeStorageGen2DataFeedSource with thecredentialIdidentifying a credential entity of typeDataSourceSqlServerConnectionStringthat contains the shared access key.