ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule<ParentT> Interface

Type Parameters

ParentT

the stage of the application gateway definition to return to after attaching this definition

public static interface ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule

The stage of an application gateway URL path map definition allowing to specify path rules.

Method Summary

Modifier and Type Method and Description
abstract Blank<WithAttach<ParentT>> definePathRule(String name)

Begins the definition of path rule.

Method Details

definePathRule

public abstract ApplicationGatewayPathRule.DefinitionStages.Blank<>> definePathRule(String name)

Begins the definition of path rule.

Parameters:

name - name of the path rule

Returns:

next stage of the path rule definition

Applies to