ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithProtocol<ReturnT> Interface

Type Parameters

ReturnT

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

public static interface ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithProtocol

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

Method Summary

Modifier and Type Method and Description
abstract WithAttachAndAuthCert<ReturnT> withHttps()

Specifies HTTPS as the protocol.

abstract WithAttach<ReturnT> withProtocol(ApplicationGatewayProtocol protocol)

Deprecated

use withHttps() instead (HTTP is the default)

Specifies the transport protocol.

Method Details

withHttps

public abstract ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttachAndAuthCert withHttps()

Specifies HTTPS as the protocol.

Returns:

the next stage of the definition

withProtocol


public abstract ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.WithAttach withProtocol(ApplicationGatewayProtocol protocol)

Deprecated

use withHttps() instead (HTTP is the default)

Specifies the transport protocol.

Parameters:

protocol - a transport protocol

Returns:

the next stage of the definition

Applies to