Share via


MicrosoftSecurityProductName Struct

Definition

The alerts' productName on which the cases will be generated

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductNameTypeConverter))]
public struct MicrosoftSecurityProductName : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductName>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Support.MicrosoftSecurityProductNameTypeConverter))>]
type MicrosoftSecurityProductName = struct
    interface IArgumentCompleter
Public Structure MicrosoftSecurityProductName
Implements IArgumentCompleter, IEquatable(Of MicrosoftSecurityProductName)
Inheritance
MicrosoftSecurityProductName
Attributes
Implements

Fields

AzureActiveDirectoryIdentityProtection
AzureAdvancedThreatProtection
AzureSecurityCenter
AzureSecurityCenterForIoT
MicrosoftCloudAppSecurity
MicrosoftDefenderAdvancedThreatProtection
Office365AdvancedThreatProtection

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(MicrosoftSecurityProductName)

Compares values of enum type MicrosoftSecurityProductName

Equals(Object)

Compares values of enum type MicrosoftSecurityProductName (override for Object)

GetHashCode()

Returns hashCode for enum MicrosoftSecurityProductName

ToString()

Returns string representation for MicrosoftSecurityProductName

Operators

Equality(MicrosoftSecurityProductName, MicrosoftSecurityProductName)

Overriding == operator for enum MicrosoftSecurityProductName

Implicit(MicrosoftSecurityProductName to String)

Implicit operator to convert MicrosoftSecurityProductName to string

Implicit(String to MicrosoftSecurityProductName)

Implicit operator to convert string to MicrosoftSecurityProductName

Inequality(MicrosoftSecurityProductName, MicrosoftSecurityProductName)

Overriding != operator for enum MicrosoftSecurityProductName

Applies to