HDInsightVmSizeCompatibilityFilterV2 Class

Definition

This class represent a single filter object that defines a multidimensional set. The dimensions of this set are Regions, ClusterFlavors, NodeTypes and ClusterVersions. The constraint should be defined based on the following: FilterMode (Exclude vs Include), VMSizes (the vm sizes in affect of exclusion/inclusion) and the ordering of the Filters. Later filters override previous settings if conflicted.

public class HDInsightVmSizeCompatibilityFilterV2
public class HDInsightVmSizeCompatibilityFilterV2 : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Models.HDInsightVmSizeCompatibilityFilterV2>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Models.HDInsightVmSizeCompatibilityFilterV2>
type HDInsightVmSizeCompatibilityFilterV2 = class
type HDInsightVmSizeCompatibilityFilterV2 = class
    interface IJsonModel<HDInsightVmSizeCompatibilityFilterV2>
    interface IPersistableModel<HDInsightVmSizeCompatibilityFilterV2>
Public Class HDInsightVmSizeCompatibilityFilterV2
Public Class HDInsightVmSizeCompatibilityFilterV2
Implements IJsonModel(Of HDInsightVmSizeCompatibilityFilterV2), IPersistableModel(Of HDInsightVmSizeCompatibilityFilterV2)
Inheritance
HDInsightVmSizeCompatibilityFilterV2
Implements

Properties

ClusterFlavors

The list of cluster flavors under the effect of the filter.

ClusterVersions

The list of cluster versions affected in Major.Minor format.

EspApplied

Whether apply for ESP cluster. 'true' means only for ESP, 'false' means only for non-ESP, null or empty string or others mean for both.

FilterMode

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

IsComputeIsolationSupported

Whether support compute isolation. 'true' means only for ComputeIsolationEnabled, 'false' means only for regular cluster.

NodeTypes

The list of node types affected by the filter.

OSType

The OSType affected, Windows or Linux.

Regions

The list of regions under the effect of the filter.

VmSizes

The list of virtual machine sizes to include or exclude.

Explicit Interface Implementations

IJsonModel<HDInsightVmSizeCompatibilityFilterV2>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HDInsightVmSizeCompatibilityFilterV2>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightVmSizeCompatibilityFilterV2>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightVmSizeCompatibilityFilterV2>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HDInsightVmSizeCompatibilityFilterV2>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to