Share via


ActivityOnInactiveMarkAs Struct

Definition

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.ResourceManager.DataFactory.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