ActivityOnInactiveMarkAs 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.
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.
public readonly struct ActivityOnInactiveMarkAs : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.ActivityOnInactiveMarkAs>
type ActivityOnInactiveMarkAs = struct
Public Structure ActivityOnInactiveMarkAs
Implements IEquatable(Of ActivityOnInactiveMarkAs)
- Inheritance
-
ActivityOnInactiveMarkAs
- Implements
Constructors
ActivityOnInactiveMarkAs(String) |
Initializes a new instance of ActivityOnInactiveMarkAs. |
Properties
Failed |
Failed. |
Skipped |
Skipped. |
Succeeded |
Succeeded. |
Methods
Equals(ActivityOnInactiveMarkAs) |
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(ActivityOnInactiveMarkAs, ActivityOnInactiveMarkAs) |
Determines if two ActivityOnInactiveMarkAs values are the same. |
Implicit(String to ActivityOnInactiveMarkAs) |
Converts a string to a ActivityOnInactiveMarkAs. |
Inequality(ActivityOnInactiveMarkAs, ActivityOnInactiveMarkAs) |
Determines if two ActivityOnInactiveMarkAs values are not the same. |
Applies to
Azure SDK for .NET