SettingName Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public readonly struct SettingName : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SettingName>
type SettingName = struct
Public Structure SettingName
Implements IEquatable(Of SettingName)
- Inheritance
-
SettingName
- Implements
Constructors
| Name | Description |
|---|---|
| SettingName(String) |
Initializes a new instance of SettingName. |
Properties
| Name | Description |
|---|---|
| Current |
Name of the Defender for Storage Settings name. |
| Mcas |
MCAS. |
| Sentinel |
Sentinel. |
| Wdatp |
WDATP. |
| WdatpExcludeLinuxPublicPreview |
WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW. |
| WdatpUnifiedSolution |
WDATP_UNIFIED_SOLUTION. |
Methods
| Name | Description |
|---|---|
| Equals(SettingName) |
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(SettingName, SettingName) |
Determines if two SettingName values are the same. |
| Implicit(String to Nullable<SettingName>) | |
| Implicit(String to SettingName) |
Converts a string to a SettingName. |
| Inequality(SettingName, SettingName) |
Determines if two SettingName values are not the same. |