Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayBackendHttpConfiguration.Update
Packages that use ApplicationGatewayBackendHttpConfiguration.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendHttpConfiguration.Update in com.azure.resourcemanager.network.models
Subinterfaces with type arguments of type ApplicationGatewayBackendHttpConfiguration.Update 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.UpdateModifier and TypeMethodDescriptionApplicationGateway.UpdateStages.WithBackendHttpConfig.updateBackendHttpConfiguration(String name) Begins the update of a backend HTTP configuration.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithCookieName.withAffinityCookieName(String name) Specifies the name for the affinity cookie.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificate(String name) Associates the specified authentication certificate that exists on this application gateway with this backend HTTP confifuration.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificateFromBase64(String base64Data) Associates a new, automatically named certificate with this HTTP backend configuration loaded from the specified file.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificateFromBytes(byte[] derData) Associates a new, automatically named certificate with this HTTP backend configuration based on the specified data.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificateFromFile(File certificateFile) Associates a new, automatically named certificate with this HTTP backend configuration loaded from the specified file.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithConnectionDraining.withConnectionDrainingTimeoutInSeconds(int seconds) Specifies the number of seconds when connection draining is active.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAffinity.withCookieBasedAffinity()Enables cookie based affinity.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithHostHeader.withHostHeader(String hostHeader) Specifies the host header.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithHostHeader.withHostHeaderFromBackend()Specifies that the host header should come from the host name of the backend server.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithProtocol.withHttp()Specifies HTTP as the protocol.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithProtocol.withHttps()Specifies HTTPS as the protocol.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withoutAuthenticationCertificate(String name) Removes the reference to the specified authentication certificate from this HTTP backend configuration.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withoutAuthenticationCertificates()Removes all references to any authentication certificates.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithConnectionDraining.withoutConnectionDraining()Disables connection draining.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAffinity.withoutCookieBasedAffinity()Disables cookie based affinity.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithHostHeader.withoutHostHeader()Specifies that no host header should be used.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithProbe.withoutProbe()Removes the association with a probe.Specifies the path prefix for all HTTP requests.Specifies an existing probe on this application gateway to associate with this backend.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithRequestTimeout.withRequestTimeout(int seconds) Specifies the request timeout.