Interface ApplicationGateway.UpdateStages.WithDisabledSslProtocol

  • All Known Subinterfaces:
    ApplicationGateway.Update
    Enclosing interface:
    ApplicationGateway.UpdateStages

    public static interface ApplicationGateway.UpdateStages.WithDisabledSslProtocol
    The stage of an application gateway definition allowing to specify the SSL protocols to disable.
    • Method Detail

      • withoutDisabledSslProtocol

        @Beta(V1_1_0)
        ApplicationGateway.Update withoutDisabledSslProtocol​(ApplicationGatewaySslProtocol protocol)
        Enables the specified SSL protocol, if previously disabled.
        Parameters:
        protocol - an SSL protocol
        Returns:
        the next stage of the update
      • withoutDisabledSslProtocols

        @Beta(V1_1_0)
        ApplicationGateway.Update withoutDisabledSslProtocols​(ApplicationGatewaySslProtocol... protocols)
        Enables the specified SSL protocols, if previously disabled.
        Parameters:
        protocols - SSL protocols
        Returns:
        the next stage of the update
      • withoutAnyDisabledSslProtocols

        @Beta(V1_1_0)
        ApplicationGateway.Update withoutAnyDisabledSslProtocols()
        Enables all SSL protocols, if previously disabled.
        Returns:
        the next stage of the update