MetricsAdvisorKeys Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. models. MetricsAdvisorKeys
- com.
public final class MetricsAdvisorKeys
Represents a credential bag containing the subscription key and api key.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getApiKey()
Retrieves the api key. |
String |
getSubscriptionKey()
Retrieves the subscription key. |
Methods inherited from java.lang.Object
Method Details
getApiKey
public String getApiKey()
Retrieves the api key.
Returns:
The api key.
getSubscriptionKey
public String getSubscriptionKey()
Retrieves the subscription key.
Returns:
The subscription key.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java