MinimalRiskLevel Struct

Definition

Defines the minimal attack path risk level which will be sent as email notifications.

public readonly struct MinimalRiskLevel : IEquatable<Azure.ResourceManager.SecurityCenter.Models.MinimalRiskLevel>
type MinimalRiskLevel = struct
Public Structure MinimalRiskLevel
Implements IEquatable(Of MinimalRiskLevel)
Inheritance
MinimalRiskLevel
Implements

Constructors

Name Description
MinimalRiskLevel(String)

Initializes a new instance of MinimalRiskLevel.

Properties

Name Description
Critical

Get notifications on new attack paths with Critical risk level.

High

Get notifications on new attack paths with High or Critical risk level.

Low

Get notifications on new attach paths with Low, Medium, High or Critical risk level.

Medium

Get notifications on new attach paths with Medium, High or Critical risk level.

Methods

Name Description
Equals(MinimalRiskLevel)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(MinimalRiskLevel, MinimalRiskLevel)

Determines if two MinimalRiskLevel values are the same.

Implicit(String to MinimalRiskLevel)

Converts a string to a MinimalRiskLevel.

Implicit(String to Nullable<MinimalRiskLevel>)
Inequality(MinimalRiskLevel, MinimalRiskLevel)

Determines if two MinimalRiskLevel values are not the same.

Applies to