HDInsightActivityDebugInfoOption Struct

Definition

The HDInsightActivityDebugInfoOption settings to use.

public readonly struct HDInsightActivityDebugInfoOption : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.HDInsightActivityDebugInfoOption>
type HDInsightActivityDebugInfoOption = struct
Public Structure HDInsightActivityDebugInfoOption
Implements IEquatable(Of HDInsightActivityDebugInfoOption)
Inheritance
HDInsightActivityDebugInfoOption
Implements

Constructors

HDInsightActivityDebugInfoOption(String)

Initializes a new instance of HDInsightActivityDebugInfoOption.

Properties

Always

Always.

Failure

Failure.

None

None.

Methods

Equals(HDInsightActivityDebugInfoOption)

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(HDInsightActivityDebugInfoOption, HDInsightActivityDebugInfoOption)

Determines if two HDInsightActivityDebugInfoOption values are the same.

Implicit(String to HDInsightActivityDebugInfoOption)

Converts a string to a HDInsightActivityDebugInfoOption.

Inequality(HDInsightActivityDebugInfoOption, HDInsightActivityDebugInfoOption)

Determines if two HDInsightActivityDebugInfoOption values are not the same.

Applies to