LoggerType 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.
Logger type.
public readonly struct LoggerType : IEquatable<Azure.ResourceManager.ApiManagement.Models.LoggerType>
type LoggerType = struct
Public Structure LoggerType
Implements IEquatable(Of LoggerType)
- Inheritance
-
LoggerType
- Implements
Constructors
LoggerType(String) |
Initializes a new instance of LoggerType. |
Properties
ApplicationInsights |
Azure Application Insights as log destination. |
AzureEventHub |
Azure Event Hub as log destination. |
AzureMonitor |
Azure Monitor. |
Methods
Equals(LoggerType) |
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(LoggerType, LoggerType) |
Determines if two LoggerType values are the same. |
Implicit(String to LoggerType) |
Converts a string to a LoggerType. |
Inequality(LoggerType, LoggerType) |
Determines if two LoggerType values are not the same. |
Applies to
Azure SDK for .NET