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

Name Description
BillingCancellation
DeleteAllResources
NoOp
NotDefined
SoftDeleteAllResources
UndoSoftDelete

Methods

Name Description
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

Name Description
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