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
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