IWithProtocol Interface

Definition

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

public interface IWithProtocol : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Update.IWithProtocolBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithProtocol = interface
    interface IWithProtocolBeta
    interface IBeta
Public Interface IWithProtocol
Implements IBeta, IWithProtocolBeta
Derived
Implements

Methods

WithHttp()

Specifies HTTP as the protocol.

(Inherited from IWithProtocolBeta)
WithHttps()

Specifies HTTPS as the protocol.

(Inherited from IWithProtocolBeta)
WithProtocol(ApplicationGatewayProtocol)

Specifies the transport protocol.

Applies to