SignalRTlsSettings Class
- java.
lang. Object - com.
azure. resourcemanager. signalr. models. SignalRTlsSettings
- com.
Implements
public final class SignalRTlsSettings
implements JsonSerializable<SignalRTlsSettings>
TLS settings for the resource.
Constructor Summary
| Constructor | Description |
|---|---|
| SignalRTlsSettings() |
Creates an instance of Signal |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
clientCertEnabled()
Get the client |
|
static
Signal |
fromJson(JsonReader jsonReader)
Reads an instance of Signal |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Signal |
withClientCertEnabled(Boolean clientCertEnabled)
Set the client |
Methods inherited from java.lang.Object
Constructor Details
SignalRTlsSettings
public SignalRTlsSettings()
Creates an instance of SignalRTlsSettings class.
Method Details
clientCertEnabled
public Boolean clientCertEnabled()
Get the clientCertEnabled property: Request client certificate during TLS handshake if enabled.
Returns:
fromJson
public static SignalRTlsSettings fromJson(JsonReader jsonReader)
Reads an instance of SignalRTlsSettings from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withClientCertEnabled
public SignalRTlsSettings withClientCertEnabled(Boolean clientCertEnabled)
Set the clientCertEnabled property: Request client certificate during TLS handshake if enabled.
Parameters:
Returns: