IMaintenanceWindow.IsCustomActionTimeoutEnabled Property

Definition

If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isCustomActionTimeoutEnabled", Update=true)]
public bool? IsCustomActionTimeoutEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isCustomActionTimeoutEnabled", Update=true)>]
member this.IsCustomActionTimeoutEnabled : Nullable<bool> with get, set
Public Property IsCustomActionTimeoutEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to