ServiceVersion Interface
public interface ServiceVersion
A generic interface for sending HTTP requests using the provided service version.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
getVersion()
Gets the string representation of the ServiceVersion |
Method Details
getVersion
public abstract String getVersion()
Gets the string representation of the ServiceVersion
Returns:
the string representation of the ServiceVersion
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java