Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayHeaderConfiguration
-
Packages that use ApplicationGatewayHeaderConfiguration Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayHeaderConfiguration in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayHeaderConfiguration Modifier and Type Method Description ApplicationGatewayHeaderConfigurationApplicationGatewayHeaderConfiguration. withHeaderName(String headerName)Set the headerName property: Header name of the header configuration.ApplicationGatewayHeaderConfigurationApplicationGatewayHeaderConfiguration. withHeaderValue(String headerValue)Set the headerValue property: Header value of the header configuration.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayHeaderConfiguration Modifier and Type Method Description List<ApplicationGatewayHeaderConfiguration>ApplicationGatewayRewriteRuleActionSet. requestHeaderConfigurations()Get the requestHeaderConfigurations property: Request Header Actions in the Action Set.List<ApplicationGatewayHeaderConfiguration>ApplicationGatewayRewriteRuleActionSet. responseHeaderConfigurations()Get the responseHeaderConfigurations property: Response Header Actions in the Action Set.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayHeaderConfiguration Modifier and Type Method Description ApplicationGatewayRewriteRuleActionSetApplicationGatewayRewriteRuleActionSet. withRequestHeaderConfigurations(List<ApplicationGatewayHeaderConfiguration> requestHeaderConfigurations)Set the requestHeaderConfigurations property: Request Header Actions in the Action Set.ApplicationGatewayRewriteRuleActionSetApplicationGatewayRewriteRuleActionSet. withResponseHeaderConfigurations(List<ApplicationGatewayHeaderConfiguration> responseHeaderConfigurations)Set the responseHeaderConfigurations property: Response Header Actions in the Action Set.
-