SettingKind Struct

Definition

the kind of the settings string.

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

Constructors

Name Description
SettingKind(String)

Initializes a new instance of SettingKind.

Properties

Name Description
AlertSuppressionSetting

AlertSuppressionSetting.

AlertSyncSettings

AlertSyncSettings.

DataExportSettings

DataExportSettings.

Methods

Name Description
Equals(SettingKind)

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

Determines if two SettingKind values are the same.

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

Converts a string to a SettingKind.

Inequality(SettingKind, SettingKind)

Determines if two SettingKind values are not the same.

Applies to