Class RoleManagementPolicyRuleType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RoleManagementPolicyRuleType>
com.azure.resourcemanager.authorization.models.RoleManagementPolicyRuleType
public final class RoleManagementPolicyRuleType
extends com.azure.core.util.ExpandableStringEnum<RoleManagementPolicyRuleType>
The type of rule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RoleManagementPolicyRuleTypeStatic value RoleManagementPolicyApprovalRule for RoleManagementPolicyRuleType.static final RoleManagementPolicyRuleTypeStatic value RoleManagementPolicyAuthenticationContextRule for RoleManagementPolicyRuleType.static final RoleManagementPolicyRuleTypeStatic value RoleManagementPolicyEnablementRule for RoleManagementPolicyRuleType.static final RoleManagementPolicyRuleTypeStatic value RoleManagementPolicyExpirationRule for RoleManagementPolicyRuleType.static final RoleManagementPolicyRuleTypeStatic value RoleManagementPolicyNotificationRule for RoleManagementPolicyRuleType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RoleManagementPolicyRuleTypefromString(String name) Creates or finds a RoleManagementPolicyRuleType from its string representation.values()Gets known RoleManagementPolicyRuleType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ROLE_MANAGEMENT_POLICY_APPROVAL_RULE
Static value RoleManagementPolicyApprovalRule for RoleManagementPolicyRuleType. -
ROLE_MANAGEMENT_POLICY_AUTHENTICATION_CONTEXT_RULE
Static value RoleManagementPolicyAuthenticationContextRule for RoleManagementPolicyRuleType. -
ROLE_MANAGEMENT_POLICY_ENABLEMENT_RULE
Static value RoleManagementPolicyEnablementRule for RoleManagementPolicyRuleType. -
ROLE_MANAGEMENT_POLICY_EXPIRATION_RULE
Static value RoleManagementPolicyExpirationRule for RoleManagementPolicyRuleType. -
ROLE_MANAGEMENT_POLICY_NOTIFICATION_RULE
Static value RoleManagementPolicyNotificationRule for RoleManagementPolicyRuleType.
-
-
Constructor Details
-
RoleManagementPolicyRuleType
Deprecated.Use thefromString(String)factory method.Creates a new instance of RoleManagementPolicyRuleType value.
-
-
Method Details
-
fromString
Creates or finds a RoleManagementPolicyRuleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RoleManagementPolicyRuleType.
-
values
Gets known RoleManagementPolicyRuleType values.- Returns:
- known RoleManagementPolicyRuleType values.
-
fromString(String)factory method.