IWithHostHeaderBeta<ReturnT> Interface

Definition

The stage of an application gateway backend HTTP configuration allowing to specify the host header.

public interface IWithHostHeaderBeta<ReturnT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithHostHeaderBeta<'ReturnT> = interface
    interface IBeta
Public Interface IWithHostHeaderBeta(Of ReturnT)
Implements IBeta

Type Parameters

ReturnT

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

Derived
Implements

Methods

WithHostHeader(String)

Specifies the host header.

WithHostHeaderFromBackend()

Specifies that the host header should come from the host name of the backend server.

Applies to