WebPubSubTlsSettings Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. WebPubSubTlsSettings
- com.
public final class WebPubSubTlsSettings
TLS settings for the resource.
Constructor Summary
| Constructor | Description |
|---|---|
| WebPubSubTlsSettings() |
Creates an instance of Web |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
clientCertEnabled()
Get the client |
| void |
validate()
Validates the instance. |
|
Web |
withClientCertEnabled(Boolean clientCertEnabled)
Set the client |
Methods inherited from java.lang.Object
Constructor Details
WebPubSubTlsSettings
public WebPubSubTlsSettings()
Creates an instance of WebPubSubTlsSettings class.
Method Details
clientCertEnabled
public Boolean clientCertEnabled()
Get the clientCertEnabled property: Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier.
Returns:
validate
public void validate()
Validates the instance.
withClientCertEnabled
public WebPubSubTlsSettings withClientCertEnabled(Boolean clientCertEnabled)
Set the clientCertEnabled property: Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier.
Parameters:
Returns: