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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java