MicrosoftSecurityProductName Struct

Definition

The alerts' productName on which the cases will be generated.

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

Constructors

MicrosoftSecurityProductName(String)

Initializes a new instance of MicrosoftSecurityProductName.

Properties

AzureActiveDirectoryIdentityProtection

Azure Active Directory Identity Protection.

AzureAdvancedThreatProtection

Azure Advanced Threat Protection.

AzureSecurityCenter

Azure Security Center.

AzureSecurityCenterForIot

Azure Security Center for IoT.

MicrosoftCloudAppSecurity

Microsoft Cloud App Security.

Methods

Equals(MicrosoftSecurityProductName)

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

Determines if two MicrosoftSecurityProductName values are the same.

Implicit(String to MicrosoftSecurityProductName)

Converts a string to a MicrosoftSecurityProductName.

Inequality(MicrosoftSecurityProductName, MicrosoftSecurityProductName)

Determines if two MicrosoftSecurityProductName values are not the same.

Applies to