ArmHDInsightModelFactory.HDInsightVersionSpec Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de HDInsightVersionSpec.
public static Azure.ResourceManager.HDInsight.Models.HDInsightVersionSpec HDInsightVersionSpec (string friendlyName = default, string displayName = default, bool? isDefault = default, System.Collections.Generic.IReadOnlyDictionary<string,string> componentVersions = default);
static member HDInsightVersionSpec : string * string * Nullable<bool> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.HDInsight.Models.HDInsightVersionSpec
Public Shared Function HDInsightVersionSpec (Optional friendlyName As String = Nothing, Optional displayName As String = Nothing, Optional isDefault As Nullable(Of Boolean) = Nothing, Optional componentVersions As IReadOnlyDictionary(Of String, String) = Nothing) As HDInsightVersionSpec
Paramètres
- friendlyName
- String
Nom convivial.
- displayName
- String
Le nom d’affichage.
- componentVersions
- IReadOnlyDictionary<String,String>
Propriété de version du composant.
Retours
Une nouvelle HDInsightVersionSpec instance de moqueries.