Freigeben über


IWithServerNameIndication<ParentT> Schnittstelle

Definition

Die Phase einer Anwendungsgateway-Anforderungsroutingregeldefinition, die die Angabe des Servernamens erfordert.

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

Typparameter

ParentT

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

Implementiert

Methoden

WithoutServerNameIndication()

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

(Geerbt von IWithServerNameIndication<ReturnT>)
WithServerNameIndication()

Erfordert die Servernamensanzeige (Server Name Indication, SNI).

(Geerbt von IWithServerNameIndication<ReturnT>)

Gilt für: