MonitorResource.DefinitionStages.WithMonitoringStatus Interface

public static interface MonitorResource.DefinitionStages.WithMonitoringStatus

The stage of the MonitorResource definition allowing to specify monitoringStatus.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withMonitoringStatus(MonitoringStatus monitoringStatus)

Specifies the monitoringStatus property: Status of the monitor..

Method Details

withMonitoringStatus

public abstract MonitorResource.DefinitionStages.WithCreate withMonitoringStatus(MonitoringStatus monitoringStatus)

Specifies the monitoringStatus property: Status of the monitor..

Parameters:

monitoringStatus - Status of the monitor.

Returns:

the next definition stage.

Applies to