Uses of Enum
com.azure.resourcemanager.securityinsights.models.OSFamily
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of OSFamily in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionHostEntityProperties.osFamily()
Get the osFamily property: The operating system type.Modifier and TypeMethodDescriptionHostEntityProperties.withOsFamily
(OSFamily osFamily) Set the osFamily property: The operating system type. -
Uses of OSFamily in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionstatic OSFamily
OSFamily.fromString
(String value) Parses a serialized value to a OSFamily instance.HostEntity.osFamily()
Get the osFamily property: The operating system type.static OSFamily
Returns the enum constant of this type with the specified name.static OSFamily[]
OSFamily.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionHostEntity.withOsFamily
(OSFamily osFamily) Set the osFamily property: The operating system type.