TenantAlertRuleList Class
- java.
lang. Object - com.
azure. resourcemanager. alertsmanagement. models. TenantAlertRuleList
- com.
Implements
public final class TenantAlertRuleList
implements JsonSerializable<TenantAlertRuleList>
A list of Tenant Activity Log Alert rules.
Constructor Summary
| Constructor | Description |
|---|---|
| TenantAlertRuleList() |
Creates an instance of Tenant |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Tenant |
fromJson(JsonReader jsonReader)
Reads an instance of Tenant |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Tenant |
value()
Get the value property: The list of Tenant Activity Log Alert rules. |
|
Tenant |
withNextLink(String nextLink)
Set the next |
|
Tenant |
withValue(List<TenantActivityLogAlertResourceInner> value)
Set the value property: The list of Tenant Activity Log Alert rules. |
Methods inherited from java.lang.Object
Constructor Details
TenantAlertRuleList
public TenantAlertRuleList()
Creates an instance of TenantAlertRuleList class.
Method Details
fromJson
public static TenantAlertRuleList fromJson(JsonReader jsonReader)
Reads an instance of TenantAlertRuleList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Provides the link to retrieve the next set of elements.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<TenantActivityLogAlertResourceInner> value()
Get the value property: The list of Tenant Activity Log Alert rules.
Returns:
withNextLink
public TenantAlertRuleList withNextLink(String nextLink)
Set the nextLink property: Provides the link to retrieve the next set of elements.
Parameters:
Returns:
withValue
public TenantAlertRuleList withValue(List<TenantActivityLogAlertResourceInner> value)
Set the value property: The list of Tenant Activity Log Alert rules.
Parameters:
Returns: