次の方法で共有


IApprovalStage.EscalationTimeInMinute Property

Definition

The time in minutes when the approval request would be escalated if the primary approver does not approves.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="The time in minutes when the approval request would be escalated if the primary approver does not approves.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="escalationTimeInMinutes")]
public int? EscalationTimeInMinute { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="The time in minutes when the approval request would be escalated if the primary approver does not approves.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="escalationTimeInMinutes")>]
member this.EscalationTimeInMinute : Nullable<int> with get, set
Public Property EscalationTimeInMinute As Nullable(Of Integer)

Property Value

Attributes

Applies to