DataSourceCredentialEntity Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. administration. models. DataSourceCredentialEntity
- com.
public abstract class DataSourceCredentialEntity
The base credential type for different types of authentication that service uses to access the data sources DataFeedSource.
Constructor Summary
Constructor | Description |
---|---|
DataSourceCredentialEntity() |
Creates an instance of Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
getDescription()
Gets the credential description. |
abstract String |
getId()
Gets the credential id. |
abstract String |
getName()
Gets the credential name. |
Methods inherited from java.lang.Object
Constructor Details
DataSourceCredentialEntity
public DataSourceCredentialEntity()
Creates an instance of DataSourceCredentialEntity.
Method Details
getDescription
public abstract String getDescription()
Gets the credential description.
Returns:
getId
public abstract String getId()
Gets the credential id.
Returns:
getName
public abstract String getName()
Gets the credential name.
Returns:
Applies to
Azure SDK for Java