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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java