DataSourceCredentialEntity Class

  • java.lang.Object
    • com.azure.ai.metricsadvisor.administration.models.DataSourceCredentialEntity

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 DataSourceCredentialEntity.

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:

The credential description.

getId

public abstract String getId()

Gets the credential id.

Returns:

The credential id.

getName

public abstract String getName()

Gets the credential name.

Returns:

The credential name.

Applies to