SignalRTlsSettings Class

  • java.lang.Object
    • com.azure.resourcemanager.signalr.models.SignalRTlsSettings

public final class SignalRTlsSettings

TLS settings for the resource.

Constructor Summary

Constructor Description
SignalRTlsSettings()

Creates an instance of SignalRTlsSettings class.

Method Summary

Modifier and Type Method and Description
Boolean clientCertEnabled()

Get the clientCertEnabled property: Request client certificate during TLS handshake if enabled.

void validate()

Validates the instance.

SignalRTlsSettings withClientCertEnabled(Boolean clientCertEnabled)

Set the clientCertEnabled property: Request client certificate during TLS handshake if enabled.

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. Not supported for free tier. Any input will be ignored for free tier.

Returns:

the clientCertEnabled value.

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. Not supported for free tier. Any input will be ignored for free tier.

Parameters:

clientCertEnabled - the clientCertEnabled value to set.

Returns:

the SignalRTlsSettings object itself.

Applies to