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>
Defines values for RoleManagementPolicyRuleType.
-
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()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
public RoleManagementPolicyRuleType()
-
-
Method Details
-
fromString
Creates or finds a RoleManagementPolicyRuleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RoleManagementPolicyRuleType.
-
values
- Returns:
- known RoleManagementPolicyRuleType values.
-