Udostępnij przez


UebaDataSource Struct

Definition

The data source that enriched by ueba.

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

Constructors

Name Description
UebaDataSource(String)

Initializes a new instance of UebaDataSource.

Properties

Name Description
AuditLogs

AuditLogs.

AzureActivity

AzureActivity.

SecurityEvent

SecurityEvent.

SigninLogs

SigninLogs.

Methods

Name Description
Equals(UebaDataSource)

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

Determines if two UebaDataSource values are the same.

Implicit(String to UebaDataSource)

Converts a String to a UebaDataSource.

Inequality(UebaDataSource, UebaDataSource)

Determines if two UebaDataSource values are not the same.

Applies to