Share via


ProbeData.Protocol Property

Definition

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 for the probe to be successful.

public Azure.ResourceManager.Network.Models.ProbeProtocol? Protocol { get; set; }
member this.Protocol : Nullable<Azure.ResourceManager.Network.Models.ProbeProtocol> with get, set
Public Property Protocol As Nullable(Of ProbeProtocol)

Property Value

Applies to