Share via


LoggerType Struct

Definition

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