SecurityCenterKind Struct

Definition

The kind of alert simulation.

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

Constructors

Name Description
SecurityCenterKind(String)

Initializes a new instance of SecurityCenterKind.

Properties

Name Description
Bundles

Simulate alerts according to bundles.

Methods

Name Description
Equals(SecurityCenterKind)

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(SecurityCenterKind, SecurityCenterKind)

Determines if two SecurityCenterKind values are the same.

Implicit(String to Nullable<SecurityCenterKind>)
Implicit(String to SecurityCenterKind)

Converts a string to a SecurityCenterKind.

Inequality(SecurityCenterKind, SecurityCenterKind)

Determines if two SecurityCenterKind values are not the same.

Applies to