Share via


AlwaysLog Struct

Definition

Specifies for what type of messages sampling settings should not apply.

public readonly struct AlwaysLog : IEquatable<Azure.ResourceManager.ApiManagement.Models.AlwaysLog>
type AlwaysLog = struct
Public Structure AlwaysLog
Implements IEquatable(Of AlwaysLog)
Inheritance
AlwaysLog
Implements

Constructors

AlwaysLog(String)

Initializes a new instance of AlwaysLog.

Properties

AllErrors

Always log all erroneous request regardless of sampling settings.

Methods

Equals(AlwaysLog)

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(AlwaysLog, AlwaysLog)

Determines if two AlwaysLog values are the same.

Implicit(String to AlwaysLog)

Converts a string to a AlwaysLog.

Inequality(AlwaysLog, AlwaysLog)

Determines if two AlwaysLog values are not the same.

Applies to