Share via


ILoadBalancingSettingsModel.SuccessfulSamplesRequired Property

Definition

The number of samples within the sample period that must succeed

[Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="The number of samples within the sample period that must succeed", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="successfulSamplesRequired", Update=true)]
public int? SuccessfulSamplesRequired { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.Info(Create=true, Description="The number of samples within the sample period that must succeed", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="successfulSamplesRequired", Update=true)>]
member this.SuccessfulSamplesRequired : Nullable<int> with get, set
Public Property SuccessfulSamplesRequired As Nullable(Of Integer)

Property Value

Attributes

Applies to