LoadBalancingRule.ProbeProtocol Property

Definition

Gets or sets the reference to the load balancer probe used by the load balancing rule. Possible values include: 'tcp', 'http', 'https'

[Newtonsoft.Json.JsonProperty(PropertyName="probeProtocol")]
public string ProbeProtocol { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="probeProtocol")>]
member this.ProbeProtocol : string with get, set
Public Property ProbeProtocol As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to