Uses of Class
com.azure.resourcemanager.authorization.models.EnablementRules
Packages that use EnablementRules
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of EnablementRules in com.azure.resourcemanager.authorization.models
Fields in com.azure.resourcemanager.authorization.models declared as EnablementRulesModifier and TypeFieldDescriptionstatic final EnablementRulesEnablementRules.JUSTIFICATIONStatic value Justification for EnablementRules.static final EnablementRulesEnablementRules.MULTI_FACTOR_AUTHENTICATIONStatic value MultiFactorAuthentication for EnablementRules.static final EnablementRulesEnablementRules.TICKETINGStatic value Ticketing for EnablementRules.Methods in com.azure.resourcemanager.authorization.models that return EnablementRulesModifier and TypeMethodDescriptionstatic EnablementRulesEnablementRules.fromString(String name) Creates or finds a EnablementRules from its string representation.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type EnablementRulesModifier and TypeMethodDescriptionRoleManagementPolicyEnablementRule.enabledRules()Get the enabledRules property: The list of enabled rules.static Collection<EnablementRules>EnablementRules.values()Gets known EnablementRules values.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type EnablementRulesModifier and TypeMethodDescriptionRoleManagementPolicyEnablementRule.withEnabledRules(List<EnablementRules> enabledRules) Set the enabledRules property: The list of enabled rules.