ActivityState 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.
Activity state. This is an optional property and if not provided, the state will be Active by default.
public readonly struct ActivityState : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.ActivityState>
type ActivityState = struct
Public Structure ActivityState
Implements IEquatable(Of ActivityState)
- Inheritance
-
ActivityState
- Implements
Constructors
| Name | Description |
|---|---|
| ActivityState(String) |
Initializes a new instance of ActivityState. |
Properties
| Name | Description |
|---|---|
| Active |
Active. |
| Inactive |
Inactive. |
Methods
| Name | Description |
|---|---|
| Equals(ActivityState) |
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(ActivityState, ActivityState) |
Determines if two ActivityState values are the same. |
| Implicit(String to ActivityState) |
Converts a String to a ActivityState. |
| Inequality(ActivityState, ActivityState) |
Determines if two ActivityState values are not the same. |