Share via


LoadBalancingSettingsUpdateParameters.SuccessfulSamplesRequired Property

Definition

Gets or sets the number of samples within the sample period that must succeed

[Newtonsoft.Json.JsonProperty(PropertyName="successfulSamplesRequired")]
public int? SuccessfulSamplesRequired { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="successfulSamplesRequired")>]
member this.SuccessfulSamplesRequired : Nullable<int> with get, set
Public Property SuccessfulSamplesRequired As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to