IWithHostName Interface

Definition

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

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

Methods

WithHostName(String)

Specifies the host name.

(Inherited from IWithHostName<ReturnT>)

Applies to