Share via


IWithBackendHttpConfigurationOrSni<ParentT> Schnittstelle

Definition

Die Phase einer Anwendungsgateway-Anforderungsroutingregeldefinition, die die Angabe des Servernamens erfordert, wenn das Anwendungsgateway mehrere Websites in seinen Back-Ends bedient und SSL erforderlich ist.

public interface IWithBackendHttpConfigurationOrSni<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithBackendHttpConfiguration<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasServerNameIndication.UpdateDefinition.IWithServerNameIndication<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithBackendHttpConfiguration<ParentT>>
type IWithBackendHttpConfigurationOrSni<'ParentT> = interface
    interface IWithBackendHttpConfiguration<'ParentT>
    interface IWithServerNameIndication<IWithBackendHttpConfiguration<'ParentT>>
Public Interface IWithBackendHttpConfigurationOrSni(Of ParentT)
Implements IWithBackendHttpConfiguration(Of ParentT), IWithServerNameIndication(Of IWithBackendHttpConfiguration(Of ParentT))

Typparameter

ParentT

Die Phase der Anwendungsgatewaydefinition, zu der nach dem Anfügen dieser Definition zurückzukehren ist.

Abgeleitet
Implementiert

Methoden

ToBackendHttpConfiguration(String)

Ordnet die angegebene Konfiguration der Back-End-HTTP-Einstellungen dieser Anforderungsroutingregel zu. Wenn die Back-End-Konfiguration noch nicht vorhanden ist, muss sie im optionalen Teil der Anwendungsgatewaydefinition definiert werden. Die Anforderungsroutingregel verweist nur auf den Namen.

(Geerbt von IWithBackendHttpConfiguration<ParentT>)
ToBackendHttpPort(Int32)

Erstellt eine Back-End-HTTP-Einstellungskonfiguration für den angegebenen Back-End-Port und das HTTP-Protokoll und ordnet sie dieser Anforderungsroutingregel zu. Für diese neu erstellte Konfiguration wird ein automatisch generierter Name verwendet.

(Geerbt von IWithBackendHttpConfiguration<ParentT>)
WithoutServerNameIndication()

Stellt sicher, dass die Servernamensanzeige (ServerName Indication, SNI) nicht erforderlich ist.

(Geerbt von IWithServerNameIndication<ReturnT>)
WithServerNameIndication()

Erfordert servername indication (SNI).

(Geerbt von IWithServerNameIndication<ReturnT>)

Gilt für: