LogFilesDataSourceFormat 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.
The data format of the log files.
public readonly struct LogFilesDataSourceFormat : IEquatable<Azure.ResourceManager.Monitor.Models.LogFilesDataSourceFormat>
type LogFilesDataSourceFormat = struct
Public Structure LogFilesDataSourceFormat
Implements IEquatable(Of LogFilesDataSourceFormat)
- Inheritance
-
LogFilesDataSourceFormat
- Implements
Constructors
LogFilesDataSourceFormat(String) |
Initializes a new instance of LogFilesDataSourceFormat. |
Properties
Text |
text. |
Methods
Equals(LogFilesDataSourceFormat) |
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(LogFilesDataSourceFormat, LogFilesDataSourceFormat) |
Determines if two LogFilesDataSourceFormat values are the same. |
Implicit(String to LogFilesDataSourceFormat) |
Converts a string to a LogFilesDataSourceFormat. |
Inequality(LogFilesDataSourceFormat, LogFilesDataSourceFormat) |
Determines if two LogFilesDataSourceFormat values are not the same. |
Applies to
Azure SDK for .NET