Share via


IWithHostName<ParentT> Interface

Definition

The stage of an application gateway request routing rule definition allowing to specify the host name of a backend website for the listener to receive traffic for.

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

Type Parameters

ParentT

The stage of the 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