Probe interface
A load balancer probe.
- Extends
Properties
etag | A unique read-only string that changes whenever the resource is updated. |
interval |
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 probes before taking the instance out of rotation. The default value is 15, the minimum value is 5. |
load |
The load balancer rules that use this probe. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Gets name of the resource that is unique within a resource group. This name can be used to access the resource. |
number |
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 the typical times used in Azure. |
port | The port for communicating the probe. Possible values range from 1 to 65535, inclusive. |
protocol | The protocol of the end point. Possible values are: 'Http', 'Tcp', or 'Https'. 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 for the probe to be successful. |
provisioning |
Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. |
request |
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. |
Inherited Properties
id | Resource ID. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
intervalInSeconds
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 probes before taking the instance out of rotation. The default value is 15, the minimum value is 5.
intervalInSeconds?: number
Property Value
number
loadBalancingRules
The load balancer rules that use this probe. NOTE: This property will not be serialized. It can only be populated by the server.
loadBalancingRules?: SubResource[]
Property Value
name
Gets name of the resource that is unique within a resource group. This name can be used to access the resource.
name?: string
Property Value
string
numberOfProbes
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 the typical times used in Azure.
numberOfProbes?: number
Property Value
number
port
The port for communicating the probe. Possible values range from 1 to 65535, inclusive.
port?: number
Property Value
number
protocol
The protocol of the end point. Possible values are: 'Http', 'Tcp', or 'Https'. 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 for the probe to be successful.
protocol?: string
Property Value
string
provisioningState
Gets the provisioning state of the public IP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
provisioningState?: string
Property Value
string
requestPath
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.
requestPath?: string
Property Value
string