Freigeben über


IWithServerNameIndication<ParentT> Schnittstelle

Definition

Die Phase einer Front-End-Listenerdefinition des Anwendungsgateways, die es ermöglicht, servername indication (SNI) zu erfordern.

public interface IWithServerNameIndication<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasServerNameIndication.UpdateDefinition.IWithServerNameIndication<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.UpdateDefinition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>>
type IWithServerNameIndication<'ParentT> = interface
    interface IWithServerNameIndication<IWithAttach<IUpdate>>
Public Interface IWithServerNameIndication(Of ParentT)
Implements IWithServerNameIndication(Of IWithAttach(Of IUpdate))

Typparameter

ParentT

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

Abgeleitet
Implementiert

Methoden

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: