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

SubscriptionNotificationOperation Struct

Definition

Argument completer implementation for SubscriptionNotificationOperation.

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

Fields

BillingCancellation
DeleteAllResources
NoOp
NotDefined
SoftDeleteAllResources
UndoSoftDelete

Methods

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

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

Equals(Object)

Compares values of enum type SubscriptionNotificationOperation (override for Object)

Equals(SubscriptionNotificationOperation)

Compares values of enum type SubscriptionNotificationOperation

GetHashCode()

Returns hashCode for enum SubscriptionNotificationOperation

ToString()

Returns string representation for SubscriptionNotificationOperation

Operators

Equality(SubscriptionNotificationOperation, SubscriptionNotificationOperation)

Overriding == operator for enum SubscriptionNotificationOperation

Implicit(String to SubscriptionNotificationOperation)

Implicit operator to convert string to SubscriptionNotificationOperation

Implicit(SubscriptionNotificationOperation to String)

Implicit operator to convert SubscriptionNotificationOperation to string

Inequality(SubscriptionNotificationOperation, SubscriptionNotificationOperation)

Overriding != operator for enum SubscriptionNotificationOperation

Applies to