AzureApplicationGatewayProbeConfigBase.Interval 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="Probe interval in seconds. This is the time interval between two consecutive probes", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public int Interval { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Probe interval in seconds. This is the time interval between two consecutive probes", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Interval : int with get, set
Public Property Interval As Integer
Property Value
- Attributes