Share via


IWithProtocol<ParentT> Interface

Definition

Stage of an application gateway probe update allowing to specify the protocol of the probe.

public interface IWithProtocol<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithTimeout<ParentT>,Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol>
type IWithProtocol<'ParentT> = interface
    interface IWithProtocol<IWithTimeout<'ParentT>, ApplicationGatewayProtocol>
Public Interface IWithProtocol(Of ParentT)
Implements IWithProtocol(Of IWithTimeout(Of ParentT), ApplicationGatewayProtocol)

Type Parameters

ParentT

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

Derived
Implements

Methods

WithHttp()

Specifies HTTP as the probe protocol.

WithHttps()

Specifies HTTPS as the probe protocol.

WithProtocol(ProtocolT)

Specifies the transport protocol.

(Inherited from IWithProtocol<ReturnT,ProtocolT>)

Applies to