ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithProtocol Interface

public static interface ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithProtocol

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

Method Summary

Modifier and Type Method and Description
abstract Update withHttp()

Specifies HTTP as the protocol.

abstract Update withHttps()

Specifies HTTPS as the protocol.

abstract Update withProtocol(ApplicationGatewayProtocol protocol)

Deprecated

use withHttp() or withHttps() instead

Specifies the transport protocol.

Method Details

withHttp

public abstract ApplicationGatewayBackendHttpConfiguration.Update withHttp()

Specifies HTTP as the protocol.

Returns:

the next stage of the update

withHttps

public abstract ApplicationGatewayBackendHttpConfiguration.Update withHttps()

Specifies HTTPS as the protocol.

Returns:

the next stage of the update

withProtocol


public abstract ApplicationGatewayBackendHttpConfiguration.Update withProtocol(ApplicationGatewayProtocol protocol)

Deprecated

use withHttp() or withHttps() instead

Specifies the transport protocol.

Parameters:

protocol - a transport protocol

Returns:

the next stage of the update

Applies to