Class ClientProperties
java.lang.Object
com.azure.spring.cloud.core.properties.client.ClientProperties
- All Implemented Interfaces:
ClientOptionsProvider.ClientOptions
- Direct Known Subclasses:
AmqpClientProperties,HttpClientProperties
Properties shared by all azure service client builders.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the application idvoidsetApplicationId(String applicationId) Set the application id.
-
Constructor Details
-
ClientProperties
public ClientProperties()
-
-
Method Details
-
getApplicationId
Description copied from interface:ClientOptionsProvider.ClientOptionsGet the application id- Specified by:
getApplicationIdin interfaceClientOptionsProvider.ClientOptions- Returns:
- the application id.
-
setApplicationId
Set the application id.- Parameters:
applicationId- The application id.
-