Uses of Class
com.azure.resourcemanager.securityinsights.models.DeviceImportance
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of DeviceImportance in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionIoTDeviceEntityProperties.importance()
Get the importance property: Device importance, determines if the device classified as 'crown jewel'.Modifier and TypeMethodDescriptionIoTDeviceEntityProperties.withImportance
(DeviceImportance importance) Set the importance property: Device importance, determines if the device classified as 'crown jewel'. -
Uses of DeviceImportance in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final DeviceImportance
DeviceImportance.HIGH
Static value High for DeviceImportance.static final DeviceImportance
DeviceImportance.LOW
Static value Low for DeviceImportance.static final DeviceImportance
DeviceImportance.NORMAL
Static value Normal for DeviceImportance.static final DeviceImportance
DeviceImportance.UNKNOWN
Static value Unknown for DeviceImportance.Modifier and TypeMethodDescriptionstatic DeviceImportance
DeviceImportance.fromString
(String name) Creates or finds a DeviceImportance from its string representation.IoTDeviceEntity.importance()
Get the importance property: Device importance, determines if the device classified as 'crown jewel'.Modifier and TypeMethodDescriptionstatic Collection<DeviceImportance>
DeviceImportance.values()
Gets known DeviceImportance values.Modifier and TypeMethodDescriptionIoTDeviceEntity.withImportance
(DeviceImportance importance) Set the importance property: Device importance, determines if the device classified as 'crown jewel'.