Package com.azure.core.util
Class UserAgentProperties
- java.lang.Object
-
- com.azure.core.util.UserAgentProperties
-
public class UserAgentProperties extends Object
Class to hold the properties used in user agent strings.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Returns the name of the client library.StringgetVersion()Returns the version of the client library.
-