ApplicationGateway.DefinitionStages.WithBackend Interface

public interface WithBackend

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

Method Summary

Modifier and Type Method and Description
ApplicationGatewayBackend.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate> defineBackend(String name)

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

Method Details

defineBackend

public ApplicationGatewayBackend.DefinitionStages.Blank defineBackend(String name)

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

Parameters:

name - a unique name for the backend

Returns:

the first stage of the backend definition

Applies to