AzureApplicationGatewayProbeConfigBase.MinServers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Management.Automation.Parameter(HelpMessage="Minimum number of servers that are always marked healthy. Default value is 0", Mandatory=false)]
[System.Management.Automation.ValidateRange(0, 2147483647)]
public int MinServers { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Minimum number of servers that are always marked healthy. Default value is 0", Mandatory=false)>]
[<System.Management.Automation.ValidateRange(0, 2147483647)>]
member this.MinServers : int with get, set
Public Property MinServers As Integer
Property Value
- Attributes