Freigeben über


IWithBackendHttpConfigOrSniOrRedirect<ParentT> Schnittstelle

Definition

Die Phase einer Anwendungsgateway-Anforderungsroutingregel, die das Angeben von Back-End-HTTP-Einstellungen oder SNI oder einer Umleitungskonfiguration ermöglicht.

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

Typparameter

ParentT

Die Phase des Application Gateway-Updates, 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 Konfiguration für back-End-HTTP-Einstellungen 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 (SNI) nicht erforderlich ist.

(Geerbt von IWithServerNameIndication<ReturnT>)
WithRedirectConfiguration(String)

Ordnet dieser Anforderungsroutingregel die angegebene Umleitungskonfiguration zu.

(Geerbt von IWithRedirectConfigBeta<ParentT>)
WithServerNameIndication()

Erfordert die Servernamensanzeige (Server Name Indication, SNI).

(Geerbt von IWithServerNameIndication<ReturnT>)

Gilt für: