ApplicationGatewayPathRule.DefinitionStages.WithPath<ReturnT> Interface

Type Parameters

ReturnT

the stage of the application gateway URL path map definition to return to after attaching this definition

public static interface ApplicationGatewayPathRule.DefinitionStages.WithPath

The stage of an application gateway path rule definition allowing to specify the the paths to associate with path rule.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ReturnT> withPath(String path)
abstract WithAttach<ReturnT> withPaths(String[] paths)

Method Details

withPath

public abstract ApplicationGatewayPathRule.DefinitionStages.WithAttach withPath(String path)

Parameters:

path - for the path rule

Returns:

the next stage of the definition

withPaths

public abstract ApplicationGatewayPathRule.DefinitionStages.WithAttach withPaths(String[] paths)

Parameters:

paths - for the path rule

Returns:

the next stage of the definition

Applies to