SettingKind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. SettingKind
- com.
- com.
public final class SettingKind
extends ExpandableStringEnum<SettingKind>
the kind of the settings string.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Setting |
ALERT_SUPPRESSION_SETTING
Alert |
|
static final
Setting |
ALERT_SYNC_SETTINGS
Alert |
|
static final
Setting |
DATA_EXPORT_SETTINGS
Data |
Constructor Summary
| Constructor | Description |
|---|---|
| SettingKind() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Setting |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Setting |
fromString(String name)
Creates or finds a Setting |
|
static
Collection<Setting |
values()
Gets known Setting |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALERT_SUPPRESSION_SETTING
public static final SettingKind ALERT_SUPPRESSION_SETTING
AlertSuppressionSetting.
ALERT_SYNC_SETTINGS
public static final SettingKind ALERT_SYNC_SETTINGS
AlertSyncSettings.
DATA_EXPORT_SETTINGS
public static final SettingKind DATA_EXPORT_SETTINGS
DataExportSettings.
Constructor Details
SettingKind
@Deprecated
public SettingKind()
Deprecated
Creates a new instance of SettingKind value.
Method Details
fromString
public static SettingKind fromString(String name)
Creates or finds a SettingKind from its string representation.
Parameters:
Returns:
values
public static Collection<SettingKind> values()
Gets known SettingKind values.
Returns: