@Configuration @ConfigurationProperties(value="azure.service") public class ServiceEndpointsProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
private Map<String,ServiceEndpoints> |
endpoints |
| 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.
|
private Map<String,ServiceEndpoints> endpoints
public Map<String,ServiceEndpoints> getEndpoints()
public ServiceEndpoints getServiceEndpoints(String environment)
environment - the environment of the cloud serviceenvironmentCopyright © 2019 Microsoft. All rights reserved.