UebaDataSources Struct

Definition

The data source that enriched by ueba.

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

Fields

AuditLogs
AzureActivity
SecurityEvent
SigninLogs

Methods

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

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

Equals(Object)

Compares values of enum type UebaDataSources (override for Object)

Equals(UebaDataSources)

Compares values of enum type UebaDataSources

GetHashCode()

Returns hashCode for enum UebaDataSources

ToString()

Returns string representation for UebaDataSources

Operators

Equality(UebaDataSources, UebaDataSources)

Overriding == operator for enum UebaDataSources

Implicit(String to UebaDataSources)

Implicit operator to convert string to UebaDataSources

Implicit(UebaDataSources to String)

Implicit operator to convert UebaDataSources to string

Inequality(UebaDataSources, UebaDataSources)

Overriding != operator for enum UebaDataSources

Applies to