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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET