ApplicationGateway.DefinitionStages.WithBackendHttpConfig Interface

public static interface ApplicationGateway.DefinitionStages.WithBackendHttpConfig

The stage of an application gateway definition allowing to add a backend HTTP configuration.

Method Summary

Modifier and Type Method and Description
abstract Blank<WithCreate> defineBackendHttpConfiguration(String name)

Begins the definition of a new application gateway backend HTTP configuration to be attached to the gateway.

Method Details

defineBackendHttpConfiguration

public abstract ApplicationGatewayBackendHttpConfiguration.DefinitionStages.Blank defineBackendHttpConfiguration(String name)

Begins the definition of a new application gateway backend HTTP configuration to be attached to the gateway.

Parameters:

name - a unique name for the backend HTTP configuration

Returns:

the first stage of the backend HTTP configuration definition

Applies to