ContainerAppDaprLogLevel Struct

Definition

Sets the log level for the Dapr sidecar. Allowed values are debug, info, warn, error. Default is info.

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

Constructors

ContainerAppDaprLogLevel(String)

Initializes a new instance of ContainerAppDaprLogLevel.

Properties

Debug

debug.

Error

error.

Info

info.

Warn

warn.

Methods

Equals(ContainerAppDaprLogLevel)

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

Determines if two ContainerAppDaprLogLevel values are the same.

Implicit(String to ContainerAppDaprLogLevel)

Converts a string to a ContainerAppDaprLogLevel.

Inequality(ContainerAppDaprLogLevel, ContainerAppDaprLogLevel)

Determines if two ContainerAppDaprLogLevel values are not the same.

Applies to