Uses of Class
com.azure.resourcemanager.network.models.ApplicationGatewayBackendHealthHttpSettings
-
Packages that use ApplicationGatewayBackendHealthHttpSettings Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 ApplicationGatewayBackendHealthHttpSettings Modifier and Type Method Description ApplicationGatewayBackendHealthHttpSettingsApplicationGatewayBackendHealthOnDemandInner. backendHealthHttpSettings()Get the backendHealthHttpSettings property: Application gateway BackendHealthHttp settings.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type ApplicationGatewayBackendHealthHttpSettings Modifier and Type Method Description ApplicationGatewayBackendHealthOnDemandInnerApplicationGatewayBackendHealthOnDemandInner. 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 ApplicationGatewayBackendHealthHttpSettings Modifier and Type Method Description ApplicationGatewayBackendHealthHttpSettingsApplicationGatewayBackendHealthHttpSettings. withBackendHttpSettings(ApplicationGatewayBackendHttpSettings backendHttpSettings)Set the backendHttpSettings property: Reference to an ApplicationGatewayBackendHttpSettings resource.ApplicationGatewayBackendHealthHttpSettingsApplicationGatewayBackendHealthHttpSettings. 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 ApplicationGatewayBackendHealthHttpSettings Modifier and Type Method Description List<ApplicationGatewayBackendHealthHttpSettings>ApplicationGatewayBackendHealthPool. backendHttpSettingsCollection()Get the backendHttpSettingsCollection property: List of ApplicationGatewayBackendHealthHttpSettings resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayBackendHealthHttpSettings Modifier and Type Method Description ApplicationGatewayBackendHealthPoolApplicationGatewayBackendHealthPool. withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHealthHttpSettings> backendHttpSettingsCollection)Set the backendHttpSettingsCollection property: List of ApplicationGatewayBackendHealthHttpSettings resources.
-