OperationalInsightsTableCreator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET