MonitoredSubscriptionPropertiesInner Class
- java.
lang. Object - com.
azure. resourcemanager. datadog. fluent. models. MonitoredSubscriptionPropertiesInner
- com.
Implements
public final class MonitoredSubscriptionPropertiesInner
implements JsonSerializable<MonitoredSubscriptionPropertiesInner>
The request to update subscriptions needed to be monitored by the Datadog monitor resource.
Constructor Summary
| Constructor | Description |
|---|---|
| MonitoredSubscriptionPropertiesInner() |
Creates an instance of Monitored |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Monitored |
fromJson(JsonReader jsonReader)
Reads an instance of Monitored |
| String |
id()
Get the id property: The id of the monitored subscription resource. |
| String |
name()
Get the name property: Name of the monitored subscription resource. |
|
Subscription |
properties()
Get the properties property: The request to update subscriptions needed to be monitored by the Datadog monitor resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the monitored subscription resource. |
| void |
validate()
Validates the instance. |
|
Monitored |
withProperties(SubscriptionList properties)
Set the properties property: The request to update subscriptions needed to be monitored by the Datadog monitor resource. |
Methods inherited from java.lang.Object
Constructor Details
MonitoredSubscriptionPropertiesInner
public MonitoredSubscriptionPropertiesInner()
Creates an instance of MonitoredSubscriptionPropertiesInner class.
Method Details
fromJson
public static MonitoredSubscriptionPropertiesInner fromJson(JsonReader jsonReader)
Reads an instance of MonitoredSubscriptionPropertiesInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The id of the monitored subscription resource.
Returns:
name
public String name()
Get the name property: Name of the monitored subscription resource.
Returns:
properties
public SubscriptionList properties()
Get the properties property: The request to update subscriptions needed to be monitored by the Datadog monitor resource.
Returns:
toJson
type
public String type()
Get the type property: The type of the monitored subscription resource.
Returns:
validate
public void validate()
Validates the instance.
withProperties
public MonitoredSubscriptionPropertiesInner withProperties(SubscriptionList properties)
Set the properties property: The request to update subscriptions needed to be monitored by the Datadog monitor resource.
Parameters:
Returns: