ContainerAppDaprLogLevel 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.
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
Azure SDK for .NET