VersionSpec Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- componentVersions
- IDictionary<String,String>
The component version property.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET