Class MonitorServiceList
java.lang.Object
com.azure.resourcemanager.alertsmanagement.models.AlertsMetadataProperties
com.azure.resourcemanager.alertsmanagement.models.MonitorServiceList
Monitor service details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondata()
Get the data property: Array of operations.void
validate()
Validates the instance.withData
(List<MonitorServiceDetails> data) Set the data property: Array of operations.
-
Constructor Details
-
MonitorServiceList
public MonitorServiceList()
-
-
Method Details
-
data
Get the data property: Array of operations.- Returns:
- the data value.
-
withData
Set the data property: Array of operations.- Parameters:
data
- the data value to set.- Returns:
- the MonitorServiceList object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classAlertsMetadataProperties
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-