LoadBalancerInner.Probes Property

Definition

Gets or sets collection of probe objects used in the load balancer.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.probes")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ProbeInner> Probes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.probes")>]
member this.Probes : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ProbeInner> with get, set
Public Property Probes As IList(Of ProbeInner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to