ApplicationGateway.UpdateStages.WithUrlPathMap Interface

public static interface ApplicationGateway.UpdateStages.WithUrlPathMap

The stage of an application gateway definition allowing to modify URL path maps.

Method Summary

Modifier and Type Method and Description
abstract Update updateUrlPathMap(String name)

Begins the update of a URL path map.

abstract Update withoutUrlPathMap(String name)

Removes a URL path map from the application gateway.

Method Details

updateUrlPathMap

public abstract ApplicationGatewayUrlPathMap.Update updateUrlPathMap(String name)

Begins the update of a URL path map.

Parameters:

name - the name of an existing redirect configuration to update (case sensitive)

Returns:

the next stage of the definition or null if the requested URL path map does not exist

withoutUrlPathMap

public abstract ApplicationGateway.Update withoutUrlPathMap(String name)

Removes a URL path map from the application gateway.

Note that removing a URL path map referenced by other settings may break the application gateway.

Parameters:

name - the name of the URL path map to remove (case sensitive)

Returns:

the next stage of the update

Applies to