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
ActivityState(String) |
Initializes a new instance of ActivityState. |
Properties
Active |
Active. |
Inactive |
Inactive. |
Methods
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
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. |
Applies to
Azure SDK for .NET