IWithServerNameIndication<ParentT> Interface

Definition

The stage of an application gateway request routing rule definition allowing to require server name indication.

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

Type Parameters

ParentT

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

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