Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayConnectionDraining
Packages that use ApplicationGatewayConnectionDraining
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayConnectionDraining in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayConnectionDrainingModifier and TypeMethodDescriptionApplicationGatewayBackendHttpSettingsPropertiesFormat.connectionDraining()Get the connectionDraining property: Connection draining of the backend http settings resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayConnectionDrainingModifier and TypeMethodDescriptionApplicationGatewayBackendHttpSettingsPropertiesFormat.withConnectionDraining(ApplicationGatewayConnectionDraining connectionDraining) Set the connectionDraining property: Connection draining of the backend http settings resource. -
Uses of ApplicationGatewayConnectionDraining in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayConnectionDrainingModifier and TypeMethodDescriptionApplicationGatewayBackendHttpSettings.connectionDraining()Get the connectionDraining property: Connection draining of the backend http settings resource.ApplicationGatewayConnectionDraining.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayConnectionDraining from the JsonReader.ApplicationGatewayConnectionDraining.withDrainTimeoutInSec(int drainTimeoutInSec) Set the drainTimeoutInSec property: The number of seconds connection draining is active.ApplicationGatewayConnectionDraining.withEnabled(boolean enabled) Set the enabled property: Whether connection draining is enabled or not.Methods in com.azure.resourcemanager.network.models with parameters of type ApplicationGatewayConnectionDrainingModifier and TypeMethodDescriptionApplicationGatewayBackendHttpSettings.withConnectionDraining(ApplicationGatewayConnectionDraining connectionDraining) Set the connectionDraining property: Connection draining of the backend http settings resource.