IAutoHealRules.ActionMinProcessExecutionTime Property

Definition

Minimum time the process must execute before taking the action

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Minimum time the process must execute\r\n        before taking the action", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="minProcessExecutionTime", Update=true)]
public string ActionMinProcessExecutionTime { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Minimum time the process must execute\r\n        before taking the action", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="minProcessExecutionTime", Update=true)>]
member this.ActionMinProcessExecutionTime : string with get, set
Public Property ActionMinProcessExecutionTime As String

Property Value

Attributes

Applies to