Class SBAuthorizationRuleInner


  • public class SBAuthorizationRuleInner
    extends com.azure.core.management.Resource
    Description of a namespace authorization rule.
    • Constructor Detail

      • SBAuthorizationRuleInner

        public SBAuthorizationRuleInner()
    • Method Detail

      • rights

        public List<AccessRights> rights()
        Get the rights property: The rights associated with the rule.
        Returns:
        the rights value.
      • withRights

        public SBAuthorizationRuleInner withRights​(List<AccessRights> rights)
        Set the rights property: The rights associated with the rule.
        Parameters:
        rights - the rights value to set.
        Returns:
        the SBAuthorizationRuleInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.