IWithProtocolBeta Interface

Definition

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

public interface IWithProtocolBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithProtocolBeta = interface
    interface IBeta
Public Interface IWithProtocolBeta
Implements IBeta
Derived
Implements

Methods

WithHttp()

Specifies HTTP as the protocol.

WithHttps()

Specifies HTTPS as the protocol.

Applies to