共用方式為


OperationalInsightsTableType Struct

Definition

Table's creator.

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

Constructors

OperationalInsightsTableType(String)

Initializes a new instance of OperationalInsightsTableType.

Properties

CustomLog

Custom log table.

Microsoft

Standard data collected by Azure Monitor.

RestoredLogs

Restored data.

SearchResults

Data collected by a search job.

Methods

Equals(OperationalInsightsTableType)

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

Determines if two OperationalInsightsTableType values are the same.

Implicit(String to OperationalInsightsTableType)

Converts a string to a OperationalInsightsTableType.

Inequality(OperationalInsightsTableType, OperationalInsightsTableType)

Determines if two OperationalInsightsTableType values are not the same.

Applies to