Partilhar via


IApprovalStage Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.ApprovalStageTypeConverter))]
public interface IApprovalStage : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.ApprovalStageTypeConverter))>]
type IApprovalStage = interface
    interface IJsonSerializable
Public Interface IApprovalStage
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

EscalationApprover

The escalation approver of the request.

EscalationTimeInMinute

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

IsApproverJustificationRequired

Determine whether approver need to provide justification for his decision.

IsEscalationEnabled

The value determine whether escalation feature is enabled.

PrimaryApprover

The primary approver of the request.

TimeOutInDay

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to