ArmHDInsightModelFactory.HDInsightVersionsCapability Method
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.
Initializes a new instance of HDInsightVersionsCapability.
public static Azure.ResourceManager.HDInsight.Models.HDInsightVersionsCapability HDInsightVersionsCapability (System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Models.HDInsightVersionSpec> available = default);
static member HDInsightVersionsCapability : seq<Azure.ResourceManager.HDInsight.Models.HDInsightVersionSpec> -> Azure.ResourceManager.HDInsight.Models.HDInsightVersionsCapability
Public Shared Function HDInsightVersionsCapability (Optional available As IEnumerable(Of HDInsightVersionSpec) = Nothing) As HDInsightVersionsCapability
Parameters
- available
- IEnumerable<HDInsightVersionSpec>
The list of version capabilities.
Returns
A new HDInsightVersionsCapability instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.