Share via


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

Name Description
HDInsightActivityDebugInfoOption(String)

Initializes a new instance of HDInsightActivityDebugInfoOption.

Properties

Name Description
Always

Always.

Failure

Failure.

None

None.

Methods

Name Description
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

Name Description
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