Package com.microsoft.rest.protocol
Interface Environment
-
public interface EnvironmentAn collection of endpoints in a region or a cloud.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEnvironment.EndpointAn endpoint identifier used for the provider to get a URL.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringurl(Environment.Endpoint endpoint)Provides a URL for the endpoint.
-
-
-
Method Detail
-
url
String url(Environment.Endpoint endpoint)
Provides a URL for the endpoint.- Parameters:
endpoint- the endpoint the client is accessing- Returns:
- the URL to make HTTP requests to
-
-