IWithServerNameIndication<ParentT> Interface

Definition

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

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))

Type Parameters

ParentT

The stage of the parent application gateway definition to return to after attaching this definition.

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