Share via


ProbeResource.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.Provisioning.BicepValue<Azure.Provisioning.Network.ProbeProtocol> Protocol { get; }
member this.Protocol : Azure.Provisioning.BicepValue<Azure.Provisioning.Network.ProbeProtocol>
Public ReadOnly Property Protocol As BicepValue(Of ProbeProtocol)

Property Value

Applies to