IWithDisabledSslProtocol Schnittstelle

Definition

Die Phase einer Anwendungsgatewaydefinition, in der die zu deaktivierenden SSL-Protokolle angegeben werden können.

public interface IWithDisabledSslProtocol : Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithDisabledSslProtocolBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithDisabledSslProtocol = interface
    interface IWithDisabledSslProtocolBeta
    interface IBeta
Public Interface IWithDisabledSslProtocol
Implements IBeta, IWithDisabledSslProtocolBeta
Abgeleitet
Implementiert

Methoden

WithDisabledSslProtocol(ApplicationGatewaySslProtocol)

Deaktiviert das angegebene SSL-Protokoll.

(Geerbt von IWithDisabledSslProtocolBeta)
WithDisabledSslProtocols(ApplicationGatewaySslProtocol[])

Deaktiviert die angegebenen SSL-Protokolle.

(Geerbt von IWithDisabledSslProtocolBeta)
WithoutAnyDisabledSslProtocols()

Aktiviert alle SSL-Protokolle, wenn sie zuvor deaktiviert sind.

(Geerbt von IWithDisabledSslProtocolBeta)
WithoutDisabledSslProtocol(ApplicationGatewaySslProtocol)

Aktiviert das angegebene SSL-Protokoll, wenn es zuvor deaktiviert wurde.

(Geerbt von IWithDisabledSslProtocolBeta)
WithoutDisabledSslProtocols(ApplicationGatewaySslProtocol[])

Aktiviert die angegebenen SSL-Protokolle, wenn sie zuvor deaktiviert sind.

(Geerbt von IWithDisabledSslProtocolBeta)

Gilt für: