Udostępnij przez


NotificationDeliveryMechanism Struct

Definition

The type of notification.

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

Fields

Name Description
Email

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(NotificationDeliveryMechanism)

Compares values of enum type NotificationDeliveryMechanism

Equals(Object)

Compares values of enum type NotificationDeliveryMechanism (override for Object)

GetHashCode()

Returns hashCode for enum NotificationDeliveryMechanism

ToString()

Returns string representation for NotificationDeliveryMechanism

Operators

Name Description
Equality(NotificationDeliveryMechanism, NotificationDeliveryMechanism)

Overriding == operator for enum NotificationDeliveryMechanism

Implicit(NotificationDeliveryMechanism to String)

Implicit operator to convert NotificationDeliveryMechanism to string

Implicit(String to NotificationDeliveryMechanism)

Implicit operator to convert string to NotificationDeliveryMechanism

Inequality(NotificationDeliveryMechanism, NotificationDeliveryMechanism)

Overriding != operator for enum NotificationDeliveryMechanism

Applies to