Class RuleManagementEventClaimsDataSource

java.lang.Object
com.azure.resourcemanager.monitor.models.RuleManagementEventClaimsDataSource

public final class RuleManagementEventClaimsDataSource extends Object
The claims for a rule management event data source.
  • Constructor Details

    • RuleManagementEventClaimsDataSource

      public RuleManagementEventClaimsDataSource()
      Creates an instance of RuleManagementEventClaimsDataSource class.
  • Method Details

    • emailAddress

      public String emailAddress()
      Get the emailAddress property: the email address.
      Returns:
      the emailAddress value.
    • withEmailAddress

      public RuleManagementEventClaimsDataSource withEmailAddress(String emailAddress)
      Set the emailAddress property: the email address.
      Parameters:
      emailAddress - the emailAddress value to set.
      Returns:
      the RuleManagementEventClaimsDataSource object itself.
    • validate

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