| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayProbeInner |
ApplicationGatewayProbeInner.withHost(String host)
Set the host property: Host name to send the probe to.
|
ApplicationGatewayProbeInner |
ApplicationGatewayProbeInner.withInterval(Integer interval)
Set the interval property: The probing interval in seconds.
|
ApplicationGatewayProbeInner |
ApplicationGatewayProbeInner.withMatch(ApplicationGatewayProbeHealthResponseMatch match)
Set the match property: Criterion for classifying a healthy probe response.
|
ApplicationGatewayProbeInner |
ApplicationGatewayProbeInner.withMinServers(Integer minServers)
Set the minServers property: Minimum number of servers that are always marked healthy.
|
ApplicationGatewayProbeInner |
ApplicationGatewayProbeInner.withName(String name)
Set the name property: Name of the probe that is unique within an Application Gateway.
|
ApplicationGatewayProbeInner |
ApplicationGatewayProbeInner.withPath(String path)
Set the path property: Relative path of probe.
|
ApplicationGatewayProbeInner |
ApplicationGatewayProbeInner.withPickHostnameFromBackendHttpSettings(Boolean pickHostnameFromBackendHttpSettings)
Set the pickHostnameFromBackendHttpSettings property: Whether the host header should be picked from the backend
http settings.
|
ApplicationGatewayProbeInner |
ApplicationGatewayProbeInner.withPort(Integer port)
Set the port property: Custom port which will be used for probing the backend servers.
|
ApplicationGatewayProbeInner |
ApplicationGatewayProbeInner.withProtocol(ApplicationGatewayProtocol protocol)
Set the protocol property: The protocol used for the probe.
|
ApplicationGatewayProbeInner |
ApplicationGatewayProbeInner.withTimeout(Integer timeout)
Set the timeout property: The probe timeout in seconds.
|
ApplicationGatewayProbeInner |
ApplicationGatewayProbeInner.withUnhealthyThreshold(Integer unhealthyThreshold)
Set the unhealthyThreshold property: The probe retry count.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.