AppAction Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) | |
Inequality(AppAction, AppAction) |
Determines if two AppAction values are not the same. |
Applies to
Azure SDK for .NET