SubscriptionNotificationOperation Struct

Definition

The action.

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

Constructors

Name Description
SubscriptionNotificationOperation(String)

Initializes a new instance of SubscriptionNotificationOperation.

Properties

Name Description
BillingCancellation

Gets the BillingCancellation.

DeleteAllResources

Gets the DeleteAllResources.

NoOp

Gets the NoOp.

NotDefined

Gets the NotDefined.

SoftDeleteAllResources

Gets the SoftDeleteAllResources.

UndoSoftDelete

Gets the UndoSoftDelete.

Methods

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

Name Description
Equality(SubscriptionNotificationOperation, SubscriptionNotificationOperation)

Determines if two SubscriptionNotificationOperation values are the same.

Implicit(String to Nullable<SubscriptionNotificationOperation>)
Implicit(String to SubscriptionNotificationOperation)

Converts a string to a SubscriptionNotificationOperation.

Inequality(SubscriptionNotificationOperation, SubscriptionNotificationOperation)

Determines if two SubscriptionNotificationOperation values are not the same.

Applies to