Azure Networking Services · Schema
ProbePropertiesFormat
Load balancer probe resource.
AzureCloudInfrastructureMicrosoftNetworking
Properties
| Name | Type | Description |
|---|---|---|
| intervalInSeconds | integer | The interval, in seconds, for how frequently to probe the endpoint for health status. Typically, the interval is slightly less than half the allocated timeout period (in seconds) which allows two full |
| loadBalancingRules | array | The load balancer rules that use this probe. |
| numberOfProbes | integer | The number of probes where if no response, will result in stopping further traffic from being delivered to the endpoint. This values allows endpoints to be taken out of rotation faster or slower than |
| port | integer | The port for communicating the probe. Possible values range from 1 to 65535, inclusive. |
| protocol | string | The protocol of the end point. If 'Tcp' is specified, a received ACK is required for the probe to be successful. If 'Http' or 'Https' is specified, a 200 OK response from the specifies URI is required |
| provisioningState | string | The current provisioning state. |
| requestPath | string | The URI used for requesting health status from the VM. Path is required if a protocol is set to http. Otherwise, it is not allowed. There is no default value. |