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 conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java