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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java