LogicAppWorkflowKind 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.
Gets the logic app hybrid workflow kind.
public readonly struct LogicAppWorkflowKind : IEquatable<Azure.ResourceManager.AppContainers.Models.LogicAppWorkflowKind>
type LogicAppWorkflowKind = struct
Public Structure LogicAppWorkflowKind
Implements IEquatable(Of LogicAppWorkflowKind)
- Inheritance
-
LogicAppWorkflowKind
- Implements
Constructors
| Name | Description |
|---|---|
| LogicAppWorkflowKind(String) |
Initializes a new instance of LogicAppWorkflowKind. |
Properties
| Name | Description |
|---|---|
| Agentic |
Agentic. |
| Stateful |
Stateful. |
| Stateless |
Stateless. |
Methods
| Name | Description |
|---|---|
| Equals(LogicAppWorkflowKind) |
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(LogicAppWorkflowKind, LogicAppWorkflowKind) |
Determines if two LogicAppWorkflowKind values are the same. |
| Implicit(String to LogicAppWorkflowKind) |
Converts a String to a LogicAppWorkflowKind. |
| Inequality(LogicAppWorkflowKind, LogicAppWorkflowKind) |
Determines if two LogicAppWorkflowKind values are not the same. |