Compartir a través de


IApprovalStage.TimeOutInDay Property

Definition

The time in days when approval request would be timed out.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="The time in days when approval request would be timed out.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="approvalStageTimeOutInDays")]
public int? TimeOutInDay { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="The time in days when approval request would be timed out.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="approvalStageTimeOutInDays")>]
member this.TimeOutInDay : Nullable<int> with get, set
Public Property TimeOutInDay As Nullable(Of Integer)

Property Value

Attributes

Applies to