Share via


NotificationStageName Struct

Definition

Name of the stage.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.NotificationStageNameTypeConverter))]
public struct NotificationStageName : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.NotificationStageName>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.NotificationStageNameTypeConverter))>]
type NotificationStageName = struct
    interface IArgumentCompleter
Public Structure NotificationStageName
Implements IArgumentCompleter, IEquatable(Of NotificationStageName)
Inheritance
NotificationStageName
Attributes
Implements

Fields

Delivered

Notification at order item delivered to customer.

Shipped

Notification at order item shipped from microsoft datacenter.

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(NotificationStageName)

Compares values of enum type NotificationStageName

Equals(Object)

Compares values of enum type NotificationStageName (override for Object)

GetHashCode()

Returns hashCode for enum NotificationStageName

ToString()

Returns string representation for NotificationStageName

Operators

Equality(NotificationStageName, NotificationStageName)

Overriding == operator for enum NotificationStageName

Implicit(NotificationStageName to String)

Implicit operator to convert NotificationStageName to string

Implicit(String to NotificationStageName)

Implicit operator to convert string to NotificationStageName

Inequality(NotificationStageName, NotificationStageName)

Overriding != operator for enum NotificationStageName

Applies to