OperationalInsightsTableType 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 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
Azure SDK for .NET