Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayBackendHealthHttpSettings
Packages that use ApplicationGatewayBackendHealthHttpSettings
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGatewayBackendHealthHttpSettings in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayBackendHealthHttpSettingsModifier and TypeMethodDescriptionApplicationGatewayBackendHealthOnDemandInner.backendHealthHttpSettings()Get the backendHealthHttpSettings property: Application gateway BackendHealthHttp settings.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayBackendHealthHttpSettingsModifier and TypeMethodDescriptionApplicationGatewayBackendHealthOnDemandInner.withBackendHealthHttpSettings(ApplicationGatewayBackendHealthHttpSettings backendHealthHttpSettings) Set the backendHealthHttpSettings property: Application gateway BackendHealthHttp settings. -
Uses of ApplicationGatewayBackendHealthHttpSettings in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ApplicationGatewayBackendHealthHttpSettingsModifier and TypeMethodDescriptionApplicationGatewayBackendHealthHttpSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayBackendHealthHttpSettings from the JsonReader.ApplicationGatewayBackendHealthHttpSettings.withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings) Set the backendHttpSettings property: Reference to an ApplicationGatewayBackendHttpSettings resource.ApplicationGatewayBackendHealthHttpSettings.withServers(List<ApplicationGatewayBackendHealthServerInner> servers) Set the servers property: List of ApplicationGatewayBackendHealthServer resources.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayBackendHealthHttpSettingsModifier and TypeMethodDescriptionApplicationGatewayBackendHealthPool.backendHttpSettingsCollection()Get the backendHttpSettingsCollection property: List of ApplicationGatewayBackendHealthHttpSettings resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayBackendHealthHttpSettingsModifier and TypeMethodDescriptionApplicationGatewayBackendHealthPool.withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection) Set the backendHttpSettingsCollection property: List of ApplicationGatewayBackendHealthHttpSettings resources.