ApplicationGatewayProbePropertiesFormat |
ApplicationGatewayProbePropertiesFormat.withHost(String host) |
Set the host property: Host name to send the probe to.
|
ApplicationGatewayProbePropertiesFormat |
ApplicationGatewayProbePropertiesFormat.withInterval(Integer interval) |
Set the interval property: The probing interval in seconds.
|
ApplicationGatewayProbePropertiesFormat |
ApplicationGatewayProbePropertiesFormat.withMatch(ApplicationGatewayProbeHealthResponseMatch match) |
Set the match property: Criterion for classifying a healthy probe response.
|
ApplicationGatewayProbePropertiesFormat |
ApplicationGatewayProbePropertiesFormat.withMinServers(Integer minServers) |
Set the minServers property: Minimum number of servers that are always marked healthy.
|
ApplicationGatewayProbePropertiesFormat |
ApplicationGatewayProbePropertiesFormat.withPath(String path) |
Set the path property: Relative path of probe.
|
ApplicationGatewayProbePropertiesFormat |
ApplicationGatewayProbePropertiesFormat.withPickHostnameFromBackendHttpSettings(Boolean pickHostnameFromBackendHttpSettings) |
Set the pickHostnameFromBackendHttpSettings property: Whether the host header should be picked from the backend
http settings.
|
ApplicationGatewayProbePropertiesFormat |
ApplicationGatewayProbePropertiesFormat.withPort(Integer port) |
Set the port property: Custom port which will be used for probing the backend servers.
|
ApplicationGatewayProbePropertiesFormat |
ApplicationGatewayProbePropertiesFormat.withProtocol(ApplicationGatewayProtocol protocol) |
Set the protocol property: The protocol used for the probe.
|
ApplicationGatewayProbePropertiesFormat |
ApplicationGatewayProbePropertiesFormat.withTimeout(Integer timeout) |
Set the timeout property: The probe timeout in seconds.
|
ApplicationGatewayProbePropertiesFormat |
ApplicationGatewayProbePropertiesFormat.withUnhealthyThreshold(Integer unhealthyThreshold) |
Set the unhealthyThreshold property: The probe retry count.
|