Share via


OperationalInsightsTableCreator Struct

Definition

Table's creator.

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

Constructors

OperationalInsightsTableCreator(String)

Initializes a new instance of OperationalInsightsTableCreator.

Properties

Customer

Tables created by the owner of the Workspace, and only found in this Workspace.

Microsoft

Tables provisioned by the system, as collected via Diagnostic Settings, the Agents, or any other standard data collection means.

Methods

Equals(OperationalInsightsTableCreator)

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

Determines if two OperationalInsightsTableCreator values are the same.

Implicit(String to OperationalInsightsTableCreator)

Converts a string to a OperationalInsightsTableCreator.

Inequality(OperationalInsightsTableCreator, OperationalInsightsTableCreator)

Determines if two OperationalInsightsTableCreator values are not the same.

Applies to