Share via


SupportSeverityLevel Struct

Definition

A value that indicates the urgency of the case, which in turn determines the response time according to the service level agreement of the technical support plan you have with Azure. Note: 'Highest critical impact', also known as the 'Emergency - Severe impact' level in the Azure portal is reserved only for our Premium customers.

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

Constructors

SupportSeverityLevel(String)

Initializes a new instance of SupportSeverityLevel.

Properties

Critical

critical.

Highestcriticalimpact

highestcriticalimpact.

Minimal

minimal.

Moderate

moderate.

Methods

Equals(SupportSeverityLevel)

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

Determines if two SupportSeverityLevel values are the same.

Implicit(String to SupportSeverityLevel)

Converts a string to a SupportSeverityLevel.

Inequality(SupportSeverityLevel, SupportSeverityLevel)

Determines if two SupportSeverityLevel values are not the same.

Applies to