Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach
-
Packages that use ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceApplicationGatewayUrlPathMap.Definition<ReturnT>The entirety of an application gateway URL path map definition.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach Modifier and Type Method Description ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ParentT>ApplicationGatewayUrlPathMap.DefinitionStages.WithRedirectConfig. withRedirectConfiguration(String name)Associates the specified redirect configuration with this URL path map.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach Modifier and Type Method Description ApplicationGatewayPathRule.DefinitionStages.Blank<ApplicationGatewayUrlPathMap.DefinitionStages.WithAttach<ParentT>>ApplicationGatewayUrlPathMap.DefinitionStages.WithPathRule. definePathRule(String name)Begins the definition of path rule.
-