SubscriptionList Class
- java.
lang. Object - com.
azure. resourcemanager. datadog. models. SubscriptionList
- com.
Implements
public final class SubscriptionList
implements JsonSerializable<SubscriptionList>
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
Constructor Summary
| Constructor | Description |
|---|---|
| SubscriptionList() |
Creates an instance of Subscription |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Subscription |
fromJson(JsonReader jsonReader)
Reads an instance of Subscription |
|
List<Monitored |
monitoredSubscriptionList()
Get the monitored |
| Operation |
operation()
Get the operation property: The operation for the patch on the resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Subscription |
withMonitoredSubscriptionList(List<MonitoredSubscription> monitoredSubscriptionList)
Set the monitored |
|
Subscription |
withOperation(Operation operation)
Set the operation property: The operation for the patch on the resource. |
Methods inherited from java.lang.Object
Constructor Details
SubscriptionList
public SubscriptionList()
Creates an instance of SubscriptionList class.
Method Details
fromJson
public static SubscriptionList fromJson(JsonReader jsonReader)
Reads an instance of SubscriptionList from the JsonReader.
Parameters:
Returns:
Throws:
monitoredSubscriptionList
public List<MonitoredSubscription> monitoredSubscriptionList()
Get the monitoredSubscriptionList property: List of subscriptions and the state of the monitoring.
Returns:
operation
public Operation operation()
Get the operation property: The operation for the patch on the resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withMonitoredSubscriptionList
public SubscriptionList withMonitoredSubscriptionList(List<MonitoredSubscription> monitoredSubscriptionList)
Set the monitoredSubscriptionList property: List of subscriptions and the state of the monitoring.
Parameters:
Returns:
withOperation
public SubscriptionList withOperation(Operation operation)
Set the operation property: The operation for the patch on the resource.
Parameters:
Returns: