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

DeliveryAction Struct

Definition

The delivery action of this mail message like Delivered, Blocked, Replaced etc

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

Fields

Blocked

Blocked

Delivered

Delivered

DeliveredAsSpam

DeliveredAsSpam

Replaced

Replaced

Unknown

Unknown

Methods

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

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

Equals(DeliveryAction)

Compares values of enum type DeliveryAction

Equals(Object)

Compares values of enum type DeliveryAction (override for Object)

GetHashCode()

Returns hashCode for enum DeliveryAction

ToString()

Returns string representation for DeliveryAction

Operators

Equality(DeliveryAction, DeliveryAction)

Overriding == operator for enum DeliveryAction

Implicit(DeliveryAction to String)

Implicit operator to convert DeliveryAction to string

Implicit(String to DeliveryAction)

Implicit operator to convert string to DeliveryAction

Inequality(DeliveryAction, DeliveryAction)

Overriding != operator for enum DeliveryAction

Applies to