Share via


AppAction Struct

Definition

Type of action of the operation.

public readonly struct AppAction : IEquatable<Azure.Messaging.EventGrid.SystemEvents.AppAction>
type AppAction = struct
Public Structure AppAction
Implements IEquatable(Of AppAction)
Inheritance
AppAction
Implements

Constructors

AppAction(String)

Initializes a new instance of AppAction.

Properties

ChangedAppSettings

There was an operation to change app setting on the web app.

Completed

The job has completed.

Failed

The job has failed to complete.

Restarted

Web app was restarted.

Started

The job has started.

Stopped

Web app was stopped.

Methods

Equals(AppAction)

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(AppAction, AppAction)

Determines if two AppAction values are the same.

Implicit(String to AppAction)

Converts a string to a AppAction.

Inequality(AppAction, AppAction)

Determines if two AppAction values are not the same.

Applies to