WebPubSubServiceClientBuilder |
WebPubSubServiceClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) |
Adds a pipeline policy to apply on each request sent.
|
WebPubSubServiceClientBuilder |
WebPubSubServiceClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) |
Allows for setting common properties such as application ID, headers, proxy configuration, etc.
|
WebPubSubServiceClientBuilder |
WebPubSubServiceClientBuilder.configuration(com.azure.core.util.Configuration configuration) |
Sets the configuration store that is used during construction of the service client.
|
WebPubSubServiceClientBuilder |
WebPubSubServiceClientBuilder.connectionString(String connectionString) |
Sets the credential to use when authenticating HTTP requests.
|
WebPubSubServiceClientBuilder |
WebPubSubServiceClientBuilder.credential(com.azure.core.credential.AzureKeyCredential credential) |
Sets the AzureKeyCredential used to authenticate HTTP requests.
|
WebPubSubServiceClientBuilder |
WebPubSubServiceClientBuilder.credential(com.azure.core.credential.TokenCredential credential) |
Sets the TokenCredential used to authorize requests sent to the service.
|
WebPubSubServiceClientBuilder |
WebPubSubServiceClientBuilder.endpoint(String endpoint) |
Sets the service endpoint for the Azure Web Pub Sub instance.
|
WebPubSubServiceClientBuilder |
WebPubSubServiceClientBuilder.httpClient(com.azure.core.http.HttpClient client) |
Sets the HttpClient to use for sending and receiving requests to and from the service.
|
WebPubSubServiceClientBuilder |
WebPubSubServiceClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) |
Sets the logging configuration to use when sending and receiving requests to and from
the service.
|
WebPubSubServiceClientBuilder |
WebPubSubServiceClientBuilder.hub(String hub) |
Target hub name, which should start with alphabetic characters and only contain alpha-numeric characters or
underscore.
|
WebPubSubServiceClientBuilder |
WebPubSubServiceClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline) |
Sets the HttpPipeline to use for the service client.
|
WebPubSubServiceClientBuilder |
WebPubSubServiceClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) |
Sets the RetryOptions for all the requests made through the client.
|
WebPubSubServiceClientBuilder |
WebPubSubServiceClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) |
Sets the HttpPipelinePolicy that is used when each request is sent.
|
WebPubSubServiceClientBuilder |
WebPubSubServiceClientBuilder.reverseProxyEndpoint(String reverseProxyEndpoint) |
Sets the reverse proxy endpoint.
|
WebPubSubServiceClientBuilder |
WebPubSubServiceClientBuilder.serviceVersion(WebPubSubServiceVersion version) |
|