Share via


NginxDiagnosticLevel Struct

Definition

Warning or Info.

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

Constructors

NginxDiagnosticLevel(String)

Initializes a new instance of NginxDiagnosticLevel.

Properties

Info

Info.

Warning

Warning.

Methods

Equals(NginxDiagnosticLevel)

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

Determines if two NginxDiagnosticLevel values are the same.

Implicit(String to NginxDiagnosticLevel)

Converts a String to a NginxDiagnosticLevel.

Inequality(NginxDiagnosticLevel, NginxDiagnosticLevel)

Determines if two NginxDiagnosticLevel values are not the same.

Applies to