Share via


SecuritySettingName Struct

Definition

The SecuritySettingName.

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

Constructors

SecuritySettingName(String)

Initializes a new instance of SecuritySettingName.

Properties

Mcas

MCAS.

Sentinel

Sentinel.

Wdatp

WDATP.

WdatpExcludeLinuxPublicPreview

WDATP_EXCLUDE_LINUX_PUBLIC_PREVIEW.

WdatpUnifiedSolution

WDATP_UNIFIED_SOLUTION.

Methods

Equals(SecuritySettingName)

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

Equality(SecuritySettingName, SecuritySettingName)

Determines if two SecuritySettingName values are the same.

Implicit(String to SecuritySettingName)

Converts a string to a SecuritySettingName.

Inequality(SecuritySettingName, SecuritySettingName)

Determines if two SecuritySettingName values are not the same.

Applies to