UnifiedAlertingScreenshots Class
- java.
lang. Object - com.
azure. resourcemanager. dashboard. models. UnifiedAlertingScreenshots
- com.
Implements
public final class UnifiedAlertingScreenshots
implements JsonSerializable<UnifiedAlertingScreenshots>
Grafana Unified Alerting Screenshots settings.
Constructor Summary
| Constructor | Description |
|---|---|
| UnifiedAlertingScreenshots() |
Creates an instance of Unified |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
captureEnabled()
Get the capture |
|
static
Unified |
fromJson(JsonReader jsonReader)
Reads an instance of Unified |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Unified |
withCaptureEnabled(Boolean captureEnabled)
Set the capture |
Methods inherited from java.lang.Object
Constructor Details
UnifiedAlertingScreenshots
public UnifiedAlertingScreenshots()
Creates an instance of UnifiedAlertingScreenshots class.
Method Details
captureEnabled
public Boolean captureEnabled()
Get the captureEnabled property: Set to false to disable capture screenshot in Unified Alert due to performance issue.
Returns:
fromJson
public static UnifiedAlertingScreenshots fromJson(JsonReader jsonReader)
Reads an instance of UnifiedAlertingScreenshots from the JsonReader.
Parameters:
Returns:
Throws:
toJson
withCaptureEnabled
public UnifiedAlertingScreenshots withCaptureEnabled(Boolean captureEnabled)
Set the captureEnabled property: Set to false to disable capture screenshot in Unified Alert due to performance issue.
Parameters:
Returns: