次の方法で共有


ApprovalStage Class

Definition

The approval stage.

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

Constructors

ApprovalStage()

Creates an new ApprovalStage instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApprovalStage.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApprovalStage.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IApprovalStage.

FromJsonString(String)

Creates a new instance of ApprovalStage, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApprovalStage into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to