Uses of Class
com.azure.resourcemanager.authorization.models.ApprovalStage
Packages that use ApprovalStage
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of ApprovalStage in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return ApprovalStageModifier and TypeMethodDescriptionApprovalStage.withApprovalStageTimeOutInDays(Integer approvalStageTimeOutInDays) Set the approvalStageTimeOutInDays property: The time in days when approval request would be timed out.ApprovalStage.withEscalationApprovers(List<UserSet> escalationApprovers) Set the escalationApprovers property: The escalation approver of the request.ApprovalStage.withEscalationTimeInMinutes(Integer escalationTimeInMinutes) Set the escalationTimeInMinutes property: The time in minutes when the approval request would be escalated if the primary approver does not approve.ApprovalStage.withIsApproverJustificationRequired(Boolean isApproverJustificationRequired) Set the isApproverJustificationRequired property: Determines whether approver need to provide justification for his decision.ApprovalStage.withIsEscalationEnabled(Boolean isEscalationEnabled) Set the isEscalationEnabled property: The value determine whether escalation feature is enabled.ApprovalStage.withPrimaryApprovers(List<UserSet> primaryApprovers) Set the primaryApprovers property: The primary approver of the request.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type ApprovalStageModifier and TypeMethodDescriptionApprovalSettings.approvalStages()Get the approvalStages property: The approval stages of the request.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type ApprovalStageModifier and TypeMethodDescriptionApprovalSettings.withApprovalStages(List<ApprovalStage> approvalStages) Set the approvalStages property: The approval stages of the request.