NotificationStageName Struct

Definition

Name of the stage.

public readonly struct NotificationStageName : IEquatable<Azure.ResourceManager.EdgeOrder.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

Delivered

Notification at order item delivered to customer.

Shipped

Notification at order item shipped from microsoft datacenter.

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