Aracılığıyla paylaş


VmSizeCompatibilityFilterV2 Constructors

Definition

Overloads

VmSizeCompatibilityFilterV2()

Initializes a new instance of the VmSizeCompatibilityFilterV2 class.

VmSizeCompatibilityFilterV2(String, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, String, String)

Initializes a new instance of the VmSizeCompatibilityFilterV2 class.

VmSizeCompatibilityFilterV2()

Initializes a new instance of the VmSizeCompatibilityFilterV2 class.

public VmSizeCompatibilityFilterV2 ();
Public Sub New ()

Applies to

VmSizeCompatibilityFilterV2(String, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, String, String)

Initializes a new instance of the VmSizeCompatibilityFilterV2 class.

public VmSizeCompatibilityFilterV2 (string filterMode = default, System.Collections.Generic.IList<string> regions = default, System.Collections.Generic.IList<string> clusterFlavors = default, System.Collections.Generic.IList<string> nodeTypes = default, System.Collections.Generic.IList<string> clusterVersions = default, System.Collections.Generic.IList<string> osType = default, System.Collections.Generic.IList<string> vmSizes = default, string espApplied = default, string computeIsolationSupported = default);
new Microsoft.Azure.Management.HDInsight.Models.VmSizeCompatibilityFilterV2 : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * string -> Microsoft.Azure.Management.HDInsight.Models.VmSizeCompatibilityFilterV2
Public Sub New (Optional filterMode As String = Nothing, Optional regions As IList(Of String) = Nothing, Optional clusterFlavors As IList(Of String) = Nothing, Optional nodeTypes As IList(Of String) = Nothing, Optional clusterVersions As IList(Of String) = Nothing, Optional osType As IList(Of String) = Nothing, Optional vmSizes As IList(Of String) = Nothing, Optional espApplied As String = Nothing, Optional computeIsolationSupported As String = Nothing)

Parameters

filterMode
String

The filtering mode. Effectively this can enabling or disabling the VM sizes in a particular set. Possible values include: 'Exclude', 'Include', 'Recommend', 'Default'

regions
IList<String>

The list of regions under the effect of the filter.

clusterFlavors
IList<String>

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

nodeTypes
IList<String>

The list of node types affected by the filter.

clusterVersions
IList<String>

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

osType
IList<String>

The OSType affected, Windows or Linux.

vmSizes
IList<String>

The list of virtual machine sizes to include or exclude.

espApplied
String

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.

computeIsolationSupported
String

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

Applies to