ApplicationGateway.DefinitionStages.WithBackend Interface

public static interface ApplicationGateway.DefinitionStages.WithBackend

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

Method Summary

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

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

Method Details

defineBackend

public abstract 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