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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java