Class DataSourceCredentialEntity
java.lang.Object
com.azure.ai.metricsadvisor.administration.models.DataSourceCredentialEntity
- Direct Known Subclasses:
DataSourceDataLakeGen2SharedKey,DataSourceServicePrincipal,DataSourceServicePrincipalInKeyVault,DataSourceSqlServerConnectionString
The base credential type for different types of authentication
that service uses to access the data sources
DataFeedSource.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DataSourceCredentialEntity. -
Method Summary
-
Constructor Details
-
DataSourceCredentialEntity
public DataSourceCredentialEntity()Creates an instance of DataSourceCredentialEntity.
-
-
Method Details
-
getId
Gets the credential id.- Returns:
- The credential id.
-
getName
Gets the credential name.- Returns:
- The credential name.
-
getDescription
Gets the credential description.- Returns:
- The credential description.
-