SubscriptionNotificationOperation Struct

Definition

The SubscriptionNotificationOperation.

public readonly struct SubscriptionNotificationOperation : IEquatable<Azure.ResourceManager.ProviderHub.Models.SubscriptionNotificationOperation>
type SubscriptionNotificationOperation = struct
Public Structure SubscriptionNotificationOperation
Implements IEquatable(Of SubscriptionNotificationOperation)
Inheritance
SubscriptionNotificationOperation
Implements

Constructors

SubscriptionNotificationOperation(String)

Initializes a new instance of SubscriptionNotificationOperation.

Properties

BillingCancellation

BillingCancellation.

DeleteAllResources

DeleteAllResources.

NoOp

NoOp.

NotDefined

NotDefined.

SoftDeleteAllResources

SoftDeleteAllResources.

UndoSoftDelete

UndoSoftDelete.

Methods

Equals(SubscriptionNotificationOperation)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SubscriptionNotificationOperation, SubscriptionNotificationOperation)

Determines if two SubscriptionNotificationOperation values are the same.

Implicit(String to SubscriptionNotificationOperation)

Converts a string to a SubscriptionNotificationOperation.

Inequality(SubscriptionNotificationOperation, SubscriptionNotificationOperation)

Determines if two SubscriptionNotificationOperation values are not the same.

Applies to