UserAgentProperties Class

  • java.lang.Object
    • com.azure.core.util.UserAgentProperties

public class UserAgentProperties

Class to hold the properties used in user agent strings.

Method Summary

Modifier and Type Method and Description
String getName()

Returns the name of the client library.

String getVersion()

Returns the version of the client library.

Methods inherited from java.lang.Object

Method Details

getName

public String getName()

Returns the name of the client library.

Returns:

the name of the client library.

getVersion

public String getVersion()

Returns the version of the client library.

Returns:

the version of the client library.

Applies to