RuleManagementEventClaimsDataSource Class
- java.
lang. Object - com.
azure. resourcemanager. monitor. models. RuleManagementEventClaimsDataSource
- com.
Implements
public final class RuleManagementEventClaimsDataSource
implements JsonSerializable<RuleManagementEventClaimsDataSource>
The claims for a rule management event data source.
Constructor Summary
| Constructor | Description |
|---|---|
| RuleManagementEventClaimsDataSource() |
Creates an instance of Rule |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
emailAddress()
Get the email |
|
static
Rule |
fromJson(JsonReader jsonReader)
Reads an instance of Rule |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Rule |
withEmailAddress(String emailAddress)
Set the email |
Methods inherited from java.lang.Object
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:
fromJson
public static RuleManagementEventClaimsDataSource fromJson(JsonReader jsonReader)
Reads an instance of RuleManagementEventClaimsDataSource from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withEmailAddress
public RuleManagementEventClaimsDataSource withEmailAddress(String emailAddress)
Set the emailAddress property: the email address.
Parameters:
Returns: