Class RuleManagementEventClaimsDataSource
java.lang.Object
com.azure.resourcemanager.monitor.models.RuleManagementEventClaimsDataSource
The claims for a rule management event data source.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RuleManagementEventClaimsDataSource class. -
Method Summary
Modifier and TypeMethodDescriptionGet the emailAddress property: the email address.voidvalidate()Validates the instance.withEmailAddress(String emailAddress) Set the emailAddress property: the email address.
-
Constructor Details
-
RuleManagementEventClaimsDataSource
public RuleManagementEventClaimsDataSource()Creates an instance of RuleManagementEventClaimsDataSource class.
-
-
Method Details
-
emailAddress
Get the emailAddress property: the email address.- Returns:
- the emailAddress value.
-
withEmailAddress
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.
-