IWithProtocol<ReturnT> Interface

Definition

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

public interface IWithProtocol<ReturnT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayBackendHttpConfiguration.Definition.IWithProtocolBeta<ReturnT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithProtocol<'ReturnT> = interface
    interface IWithProtocolBeta<'ReturnT>
    interface IBeta
Public Interface IWithProtocol(Of ReturnT)
Implements IBeta, IWithProtocolBeta(Of ReturnT)

Type Parameters

ReturnT

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

Derived
Implements

Methods

WithHttps()

Specifies HTTPS as the protocol.

(Inherited from IWithProtocolBeta<ReturnT>)
WithProtocol(ApplicationGatewayProtocol)

Specifies the transport protocol.

Applies to