IWithServerNameIndication Interface

Definition

The stage of an application gateway frontend listener update allowing to require server name indication (SNI).

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

Methods

WithoutServerNameIndication()

Ensures server name indication (SNI) is not required.

(Inherited from IWithServerNameIndication<ReturnT>)
WithServerNameIndication()

Requires server name indication (SNI).

(Inherited from IWithServerNameIndication<ReturnT>)

Applies to