ApplicationGateway.UpdateStages.WithBackendHttpConfig Interface

public interface WithBackendHttpConfig

The stage of an application gateway update allowing to modify backend HTTP configurations.

Method Summary

Modifier and Type Method and Description
ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.Blank<ApplicationGateway.Update> defineBackendHttpConfiguration(String name)

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

ApplicationGatewayBackendHttpConfiguration.Update updateBackendHttpConfiguration(String name)

Begins the update of a backend HTTP configuration.

ApplicationGateway.Update withoutBackendHttpConfiguration(String name)

Removes the specified backend HTTP configuration from this application gateway.

Note that removing a backend HTTP configuration referenced by other settings may break the application gateway.

Method Details

defineBackendHttpConfiguration

public ApplicationGatewayBackendHttpConfiguration.UpdateDefinitionStages.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

updateBackendHttpConfiguration

public ApplicationGatewayBackendHttpConfiguration.Update updateBackendHttpConfiguration(String name)

Begins the update of a backend HTTP configuration.

Parameters:

name - the name of an existing backend HTTP configuration on this application gateway

Returns:

the next stage of the update

withoutBackendHttpConfiguration

public Update withoutBackendHttpConfiguration(String name)

Removes the specified backend HTTP configuration from this application gateway.

Note that removing a backend HTTP configuration referenced by other settings may break the application gateway.

Parameters:

name - the name of an existing backend HTTP configuration on this application gateway

Returns:

the next stage of the update

Applies to