你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NotificationStageName Struct

Definition

Name of the stage.

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

Fields

AtAzureDc

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

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