IWithHostName<ParentT> Interface

Definition

The stage of an application gateway frontend listener definition allowing to specify the hostname of the website for which the traffic is received.

public interface IWithHostName<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasHostName.UpdateDefinition.IWithHostName<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayListener.UpdateDefinition.IWithAttach<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>>
type IWithHostName<'ParentT> = interface
    interface IWithHostName<IWithAttach<IUpdate>>
Public Interface IWithHostName(Of ParentT)
Implements IWithHostName(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

WithHostName(String)

Specifies the host name to reference.

(Inherited from IWithHostName<ReturnT>)

Applies to