AppConfigurationSeverity Struct

Definition

Severity of the issue.

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

Constructors

Name Description
AppConfigurationSeverity(String)

Initializes a new instance of AppConfigurationSeverity.

Properties

Name Description
Error

Gets the Error.

Warning

Gets the Warning.

Methods

Name Description
Equals(AppConfigurationSeverity)

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

Name Description
Equality(AppConfigurationSeverity, AppConfigurationSeverity)

Determines if two AppConfigurationSeverity values are the same.

Implicit(String to AppConfigurationSeverity)

Converts a string to a AppConfigurationSeverity.

Implicit(String to Nullable<AppConfigurationSeverity>)
Inequality(AppConfigurationSeverity, AppConfigurationSeverity)

Determines if two AppConfigurationSeverity values are not the same.

Applies to