IWithHostHeaderBeta Interface

Definition

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

public interface IWithHostHeaderBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithHostHeaderBeta = interface
    interface IBeta
Public Interface IWithHostHeaderBeta
Implements IBeta
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.

WithoutHostHeader()

Specifies that no host header should be used.

Applies to