@Configuration @ConfigurationProperties(value="azure.service") public class ServiceEndpointsProperties extends Object
| Constructor and Description |
|---|
ServiceEndpointsProperties() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ServiceEndpoints> |
getEndpoints() |
ServiceEndpoints |
getServiceEndpoints(String environment)
Get ServiceEndpoints data for the given environment.
|
public Map<String,ServiceEndpoints> getEndpoints()
public ServiceEndpoints getServiceEndpoints(String environment)
environment - the environment of the cloud serviceenvironmentCopyright © 2020 Microsoft Corporation. All rights reserved.