IWithProtocolBeta<ReturnT> Interface

Definition

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

public interface IWithProtocolBeta<ReturnT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithProtocolBeta<'ReturnT> = interface
    interface IBeta
Public Interface IWithProtocolBeta(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

WithHttps()

Specifies HTTPS as the protocol.

Applies to