NotificationStageName 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.
Name of the stage.
public readonly struct NotificationStageName : IEquatable<Azure.ResourceManager.DataBox.Models.NotificationStageName>
type NotificationStageName = struct
Public Structure NotificationStageName
Implements IEquatable(Of NotificationStageName)
- Inheritance
-
NotificationStageName
- Implements
Constructors
NotificationStageName(String) |
Initializes a new instance of NotificationStageName. |
Properties
AtAzureDataCenter |
Notification at device received at Azure datacenter stage. |
Created |
Notification at job created stage. |
DataCopy |
Notification at data copy started stage. |
Delivered |
Notification at device delivered stage. |
DevicePrepared |
Notification at device prepared stage. |
Dispatched |
Notification at device dispatched stage. |
PickedUp |
Notification at device picked up from user stage. |
ShippedToCustomer |
Notification at shipped devices to customer stage. |
Methods
Equals(NotificationStageName) |
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(NotificationStageName, NotificationStageName) |
Determines if two NotificationStageName values are the same. |
Implicit(String to NotificationStageName) |
Converts a string to a NotificationStageName. |
Inequality(NotificationStageName, NotificationStageName) |
Determines if two NotificationStageName values are not the same. |
Applies to
Azure SDK for .NET