Uses of Class
com.azure.resourcemanager.authorization.models.ApprovalMode
Packages that use ApprovalMode
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of ApprovalMode in com.azure.resourcemanager.authorization.models
Fields in com.azure.resourcemanager.authorization.models declared as ApprovalModeModifier and TypeFieldDescriptionstatic final ApprovalModeApprovalMode.NO_APPROVALStatic value NoApproval for ApprovalMode.static final ApprovalModeApprovalMode.PARALLELStatic value Parallel for ApprovalMode.static final ApprovalModeApprovalMode.SERIALStatic value Serial for ApprovalMode.static final ApprovalModeApprovalMode.SINGLE_STAGEStatic value SingleStage for ApprovalMode.Methods in com.azure.resourcemanager.authorization.models that return ApprovalModeModifier and TypeMethodDescriptionApprovalSettings.approvalMode()Get the approvalMode property: The type of rule.static ApprovalModeApprovalMode.fromString(String name) Creates or finds a ApprovalMode from its string representation.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type ApprovalModeModifier and TypeMethodDescriptionstatic Collection<ApprovalMode>ApprovalMode.values()Gets known ApprovalMode values.Methods in com.azure.resourcemanager.authorization.models with parameters of type ApprovalModeModifier and TypeMethodDescriptionApprovalSettings.withApprovalMode(ApprovalMode approvalMode) Set the approvalMode property: The type of rule.