Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayBackendHealthServerInner
-
Packages that use ApplicationGatewayBackendHealthServerInner 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 ApplicationGatewayBackendHealthServerInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayBackendHealthServerInner Modifier and Type Method Description ApplicationGatewayBackendHealthServerInnerApplicationGatewayBackendHealthServerInner. withAddress(String address)Set the address property: IP address or FQDN of backend server.ApplicationGatewayBackendHealthServerInnerApplicationGatewayBackendHealthServerInner. withHealth(ApplicationGatewayBackendHealthServerHealth health)Set the health property: Health of backend server.ApplicationGatewayBackendHealthServerInnerApplicationGatewayBackendHealthServerInner. withHealthProbeLog(String healthProbeLog)Set the healthProbeLog property: Health Probe Log.ApplicationGatewayBackendHealthServerInnerApplicationGatewayBackendHealthServerInner. withIpConfiguration(NetworkInterfaceIpConfigurationInner ipConfiguration)Set the ipConfiguration property: Reference to IP configuration of backend server. -
Uses of ApplicationGatewayBackendHealthServerInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGatewayBackendHealthServerInner Modifier and Type Method Description List<ApplicationGatewayBackendHealthServerInner>ApplicationGatewayBackendHealthHttpSettings. servers()Get the servers property: List of ApplicationGatewayBackendHealthServer resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayBackendHealthServerInner Modifier and Type Method Description ApplicationGatewayBackendHealthHttpSettingsApplicationGatewayBackendHealthHttpSettings. withServers(List<ApplicationGatewayBackendHealthServerInner> servers)Set the servers property: List of ApplicationGatewayBackendHealthServer resources.
-