Class WebPubSubTlsSettings

java.lang.Object
com.azure.resourcemanager.webpubsub.models.WebPubSubTlsSettings

public final class WebPubSubTlsSettings extends Object
TLS settings for the resource.
  • 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.
      Returns:
      the clientCertEnabled value.
    • withClientCertEnabled

      public WebPubSubTlsSettings withClientCertEnabled(Boolean clientCertEnabled)
      Set the clientCertEnabled property: Request client certificate during TLS handshake if enabled.
      Parameters:
      clientCertEnabled - the clientCertEnabled value to set.
      Returns:
      the WebPubSubTlsSettings object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.