SupportEscalationStatus 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.
Status of Direct Connect Escalation.
public readonly struct SupportEscalationStatus : IEquatable<Azure.ResourceManager.Support.Models.SupportEscalationStatus>
type SupportEscalationStatus = struct
Public Structure SupportEscalationStatus
Implements IEquatable(Of SupportEscalationStatus)
- Inheritance
-
SupportEscalationStatus
- Implements
Constructors
| Name | Description |
|---|---|
| SupportEscalationStatus(String) |
Initializes a new instance of SupportEscalationStatus. |
Properties
| Name | Description |
|---|---|
| EscalationAvailable |
Escalation is available and uninitiated. |
| EscalationInitiated |
Escalation is unavailable and has been initiated. |
| EscalationProcessed |
Escalation is unavailable and has finished processing after being initiated. |
| EscalationUnavailable |
Escalation is unavailable and cannot be initiated due to customer not being enrolled to direct escalation. |
| EscalationUnsupported |
Escalation is unavailable and cannot be initiated due to direct escalation being unsupported on this product or topic. |
Methods
| Name | Description |
|---|---|
| Equals(SupportEscalationStatus) |
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(SupportEscalationStatus, SupportEscalationStatus) |
Determines if two SupportEscalationStatus values are the same. |
| Implicit(String to Nullable<SupportEscalationStatus>) | |
| Implicit(String to SupportEscalationStatus) |
Converts a string to a SupportEscalationStatus. |
| Inequality(SupportEscalationStatus, SupportEscalationStatus) |
Determines if two SupportEscalationStatus values are not the same. |