Uses of Enum
com.azure.resourcemanager.securityinsights.models.ElevationToken
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of ElevationToken in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionProcessEntityProperties.elevationToken()
Get the elevationToken property: The elevation token associated with the process.Modifier and TypeMethodDescriptionProcessEntityProperties.withElevationToken
(ElevationToken elevationToken) Set the elevationToken property: The elevation token associated with the process. -
Uses of ElevationToken in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionProcessEntity.elevationToken()
Get the elevationToken property: The elevation token associated with the process.static ElevationToken
ElevationToken.fromString
(String value) Parses a serialized value to a ElevationToken instance.static ElevationToken
Returns the enum constant of this type with the specified name.static ElevationToken[]
ElevationToken.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionProcessEntity.withElevationToken
(ElevationToken elevationToken) Set the elevationToken property: The elevation token associated with the process.