HDInsightFilterMode Struct

Definition

The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular set.

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

Constructors

HDInsightFilterMode(String)

Initializes a new instance of HDInsightFilterMode.

Properties

Default

Default.

Exclude

Exclude.

Include

Include.

Recommend

Recommend.

Methods

Equals(HDInsightFilterMode)

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

Determines if two HDInsightFilterMode values are the same.

Implicit(String to HDInsightFilterMode)

Converts a string to a HDInsightFilterMode.

Inequality(HDInsightFilterMode, HDInsightFilterMode)

Determines if two HDInsightFilterMode values are not the same.

Applies to