DatadogMonitorResource.UpdateStages.WithProperties Interface

public static interface DatadogMonitorResource.UpdateStages.WithProperties

The stage of the DatadogMonitorResource update allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract Update withProperties(MonitorUpdateProperties properties)

Specifies the properties property: The set of properties that can be update in a PATCH request to a monitor resource..

Method Details

withProperties

public abstract DatadogMonitorResource.Update withProperties(MonitorUpdateProperties properties)

Specifies the properties property: The set of properties that can be update in a PATCH request to a monitor resource..

Parameters:

properties - The set of properties that can be update in a PATCH request to a monitor resource.

Returns:

the next definition stage.

Applies to