Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayBackendHealthServerInner
Packages that use ApplicationGatewayBackendHealthServerInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 ApplicationGatewayBackendHealthServerInnerModifier and TypeMethodDescriptionApplicationGatewayBackendHealthServerInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayBackendHealthServerInner from the JsonReader.ApplicationGatewayBackendHealthServerInner.withAddress(String address) Set the address property: IP address or FQDN of backend server.ApplicationGatewayBackendHealthServerInner.withHealth(ApplicationGatewayBackendHealthServerHealth health) Set the health property: Health of backend server.ApplicationGatewayBackendHealthServerInner.withHealthProbeLog(String healthProbeLog) Set the healthProbeLog property: Health Probe Log.ApplicationGatewayBackendHealthServerInner.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 ApplicationGatewayBackendHealthServerInnerModifier and TypeMethodDescriptionApplicationGatewayBackendHealthHttpSettings.servers()Get the servers property: List of ApplicationGatewayBackendHealthServer resources.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ApplicationGatewayBackendHealthServerInnerModifier and TypeMethodDescriptionApplicationGatewayBackendHealthHttpSettings.withServers(List<ApplicationGatewayBackendHealthServerInner> servers) Set the servers property: List of ApplicationGatewayBackendHealthServer resources.