MonitorServiceList Class
- java.
lang. Object - com.
azure. resourcemanager. alertsmanagement. models. AlertsMetadataProperties - com.
azure. resourcemanager. alertsmanagement. models. MonitorServiceList
- com.
- com.
public final class MonitorServiceList
extends AlertsMetadataProperties
Monitor service details.
Constructor Summary
| Constructor | Description |
|---|---|
| MonitorServiceList() |
Creates an instance of Monitor |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Monitor |
data()
Get the data property: Array of operations. |
|
static
Monitor |
fromJson(JsonReader jsonReader)
Reads an instance of Monitor |
|
Metadata |
metadataIdentifier()
Get the metadata |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Monitor |
withData(List<MonitorServiceDetails> data)
Set the data property: Array of operations. |
Methods inherited from AlertsMetadataProperties
Methods inherited from java.lang.Object
Constructor Details
MonitorServiceList
public MonitorServiceList()
Creates an instance of MonitorServiceList class.
Method Details
data
public List<MonitorServiceDetails> data()
Get the data property: Array of operations.
Returns:
fromJson
public static MonitorServiceList fromJson(JsonReader jsonReader)
Reads an instance of MonitorServiceList from the JsonReader.
Parameters:
Returns:
Throws:
metadataIdentifier
public MetadataIdentifier metadataIdentifier()
Get the metadataIdentifier property: Identification of the information to be retrieved by API call.
Overrides:
MonitorServiceList.metadataIdentifier()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MonitorServiceList.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MonitorServiceList.validate()withData
public MonitorServiceList withData(List<MonitorServiceDetails> data)
Set the data property: Array of operations.
Parameters:
Returns: