Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach
Packages that use ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of an application gateway backend HTTPS configuration definition.static interfaceThe first stage of an application gateway backend HTTP configuration.static interfaceThe stage of an application gateway backend HTTP configuration allowing to add an authentication certificate, specify other options or attach to the parent application gateway definition.Subinterfaces with type arguments of type ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of an application gateway backend HTTP configuration allowing to specify the port number.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttachModifier and TypeMethodDescriptionApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithCookieName.withAffinityCookieName(String name) Specifies the name for the affinity cookie.ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithConnectionDraining.withConnectionDrainingTimeoutInSeconds(int seconds) Specifies the number of seconds when connection draining is active.ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAffinity.withCookieBasedAffinity()Enables cookie based affinity.ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithHostHeader.withHostHeader(String hostHeader) Specifies the host header.ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithHostHeader.withHostHeaderFromBackend()Specifies that the host header should come from the host name of the backend server.Specifies the path prefix for all HTTP requests.Specifies an existing probe on this application gateway to associate with this backend.ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithRequestTimeout.withRequestTimeout(int seconds) Specifies the request timeout.