共用方式為


VersionSpec Constructors

Definition

Overloads

VersionSpec()

Initializes a new instance of the VersionSpec class.

VersionSpec(String, String, Nullable<Boolean>, IDictionary<String,String>)

Initializes a new instance of the VersionSpec class.

VersionSpec()

Initializes a new instance of the VersionSpec class.

public VersionSpec ();
Public Sub New ()

Applies to

VersionSpec(String, String, Nullable<Boolean>, IDictionary<String,String>)

Initializes a new instance of the VersionSpec class.

public VersionSpec (string friendlyName = default, string displayName = default, bool? isDefault = default, System.Collections.Generic.IDictionary<string,string> componentVersions = default);
new Microsoft.Azure.Management.HDInsight.Models.VersionSpec : string * string * Nullable<bool> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.HDInsight.Models.VersionSpec
Public Sub New (Optional friendlyName As String = Nothing, Optional displayName As String = Nothing, Optional isDefault As Nullable(Of Boolean) = Nothing, Optional componentVersions As IDictionary(Of String, String) = Nothing)

Parameters

friendlyName
String

The friendly name

displayName
String

The display name

isDefault
Nullable<Boolean>

Whether or not the version is the default version.

componentVersions
IDictionary<String,String>

The component version property.

Applies to