Interface ApplicationGatewayUrlPathMap.UpdateDefinition<ReturnT>
-
- Type Parameters:
ReturnT- the stage of the parent application gateway definition to return to after attaching this definition
- All Superinterfaces:
ApplicationGatewayUrlPathMap.UpdateDefinitionStages.Blank<ReturnT>,ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithAttach<ReturnT>,ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackend<ReturnT>,ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddress<ReturnT>,ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ReturnT>,ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendHttpConfiguration<ReturnT>,ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendOrAddress<ReturnT>,ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithListener<ReturnT>,ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithPathRule<ReturnT>,ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithRedirectConfig<ReturnT>,Attachable.InDefinitionAlt<ReturnT>
- Enclosing interface:
- ApplicationGatewayUrlPathMap
public static interface ApplicationGatewayUrlPathMap.UpdateDefinition<ReturnT> extends ApplicationGatewayUrlPathMap.UpdateDefinitionStages.Blank<ReturnT>, ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendOrAddress<ReturnT>, ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendHttpConfiguration<ReturnT>, ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddressOrPath<ReturnT>, ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithPathRule<ReturnT>, ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithAttach<ReturnT>
The entirety of an application gateway URL path map definition as part of an application gateway update.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackend
toBackend
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendAddress
toBackendFqdn, toBackendIPAddress, toBackendIPAddresses
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithBackendHttpConfiguration
toBackendHttpConfiguration, toBackendHttpPort
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithListener
fromListener
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithPathRule
definePathRule
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGatewayUrlPathMap.UpdateDefinitionStages.WithRedirectConfig
withRedirectConfiguration
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinitionAlt
attach
-
-