Share via


HDInsightActivityDebugInfoOptionSetting Struct

Definition

The HDInsightActivityDebugInfoOption settings to use.

public readonly struct HDInsightActivityDebugInfoOptionSetting : IEquatable<Azure.ResourceManager.DataFactory.Models.HDInsightActivityDebugInfoOptionSetting>
type HDInsightActivityDebugInfoOptionSetting = struct
Public Structure HDInsightActivityDebugInfoOptionSetting
Implements IEquatable(Of HDInsightActivityDebugInfoOptionSetting)
Inheritance
HDInsightActivityDebugInfoOptionSetting
Implements

Constructors

HDInsightActivityDebugInfoOptionSetting(String)

Initializes a new instance of HDInsightActivityDebugInfoOptionSetting.

Properties

Always

Always.

Failure

Failure.

None

None.

Methods

Equals(HDInsightActivityDebugInfoOptionSetting)

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

Determines if two HDInsightActivityDebugInfoOptionSetting values are the same.

Implicit(String to HDInsightActivityDebugInfoOptionSetting)

Converts a string to a HDInsightActivityDebugInfoOptionSetting.

Inequality(HDInsightActivityDebugInfoOptionSetting, HDInsightActivityDebugInfoOptionSetting)

Determines if two HDInsightActivityDebugInfoOptionSetting values are not the same.

Applies to