DelayNotificationStatus 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 notification.
public readonly struct DelayNotificationStatus : IEquatable<Azure.ResourceManager.DataBox.Models.DelayNotificationStatus>
type DelayNotificationStatus = struct
Public Structure DelayNotificationStatus
Implements IEquatable(Of DelayNotificationStatus)
- Inheritance
-
DelayNotificationStatus
- Implements
Constructors
| Name | Description |
|---|---|
| DelayNotificationStatus(String) |
Initializes a new instance of DelayNotificationStatus. |
Properties
| Name | Description |
|---|---|
| Active |
Delay is still active. |
| Resolved |
Delay has been resolved. |
Methods
| Name | Description |
|---|---|
| Equals(DelayNotificationStatus) |
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(DelayNotificationStatus, DelayNotificationStatus) |
Determines if two DelayNotificationStatus values are the same. |
| Implicit(String to DelayNotificationStatus) |
Converts a String to a DelayNotificationStatus. |
| Inequality(DelayNotificationStatus, DelayNotificationStatus) |
Determines if two DelayNotificationStatus values are not the same. |