Interface ApplicationGatewayPathRule.UpdateDefinition<ReturnT>
- Type Parameters:
ReturnT
- the stage of the parent application gateway URL path map definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayPathRule.UpdateDefinitionStages.Blank<ReturnT>
,ApplicationGatewayPathRule.UpdateDefinitionStages.WithAttach<ReturnT>
,ApplicationGatewayPathRule.UpdateDefinitionStages.WithBackend<ReturnT>
,ApplicationGatewayPathRule.UpdateDefinitionStages.WithBackendHttpConfiguration<ReturnT>
,ApplicationGatewayPathRule.UpdateDefinitionStages.WithPath<ReturnT>
,ApplicationGatewayPathRule.UpdateDefinitionStages.WithRedirectConfig<ReturnT>
,Attachable.InUpdate<ReturnT>
- Enclosing interface:
- ApplicationGatewayPathRule
public static interface ApplicationGatewayPathRule.UpdateDefinition<ReturnT>
extends ApplicationGatewayPathRule.UpdateDefinitionStages.Blank<ReturnT>, ApplicationGatewayPathRule.UpdateDefinitionStages.WithBackendHttpConfiguration<ReturnT>, ApplicationGatewayPathRule.UpdateDefinitionStages.WithBackend<ReturnT>, ApplicationGatewayPathRule.UpdateDefinitionStages.WithPath<ReturnT>, ApplicationGatewayPathRule.UpdateDefinitionStages.WithAttach<ReturnT>
The entirety of path rule of URL path map definition as part of an application gateway update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayPathRule.UpdateDefinitionStages.WithBackend
toBackend
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayPathRule.UpdateDefinitionStages.WithBackendHttpConfiguration
toBackendHttpConfiguration
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayPathRule.UpdateDefinitionStages.WithPath
withPath, withPaths
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayPathRule.UpdateDefinitionStages.WithRedirectConfig
withRedirectConfiguration
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InUpdate
attach