Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayPathRule.DefinitionStages.WithAttach
-
Packages that use ApplicationGatewayPathRule.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayPathRule.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayPathRule.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceApplicationGatewayPathRule.Definition<ReturnT>The entirety of a path rule of URL path map definition.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayPathRule.DefinitionStages.WithAttach Modifier and Type Method Description ApplicationGatewayPathRule.DefinitionStages.WithAttach<ReturnT>ApplicationGatewayPathRule.DefinitionStages.WithPath. withPath(String path)ApplicationGatewayPathRule.DefinitionStages.WithAttach<ReturnT>ApplicationGatewayPathRule.DefinitionStages.WithPath. withPaths(String... paths)ApplicationGatewayPathRule.DefinitionStages.WithAttach<ParentT>ApplicationGatewayPathRule.DefinitionStages.WithRedirectConfig. withRedirectConfiguration(String name)Associates the specified redirect configuration with this path rule.
-