ArmHDInsightModelFactory.HDInsightCapabilitiesResult 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 HDInsightCapabilitiesResult.
public static Azure.ResourceManager.HDInsight.Models.HDInsightCapabilitiesResult HDInsightCapabilitiesResult (System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.HDInsight.Models.HDInsightVersionsCapability> versions = default, System.Collections.Generic.IReadOnlyDictionary<string,Azure.ResourceManager.HDInsight.Models.RegionsCapability> regions = default, System.Collections.Generic.IEnumerable<string> features = default, Azure.ResourceManager.HDInsight.Models.QuotaCapability quota = default);
static member HDInsightCapabilitiesResult : System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.HDInsight.Models.HDInsightVersionsCapability> * System.Collections.Generic.IReadOnlyDictionary<string, Azure.ResourceManager.HDInsight.Models.RegionsCapability> * seq<string> * Azure.ResourceManager.HDInsight.Models.QuotaCapability -> Azure.ResourceManager.HDInsight.Models.HDInsightCapabilitiesResult
Public Shared Function HDInsightCapabilitiesResult (Optional versions As IReadOnlyDictionary(Of String, HDInsightVersionsCapability) = Nothing, Optional regions As IReadOnlyDictionary(Of String, RegionsCapability) = Nothing, Optional features As IEnumerable(Of String) = Nothing, Optional quota As QuotaCapability = Nothing) As HDInsightCapabilitiesResult
Parameters
The version capability.
- regions
- IReadOnlyDictionary<String,RegionsCapability>
The virtual machine size compatibility features.
- features
- IEnumerable<String>
The capability features.
- quota
- QuotaCapability
The quota capability.
Returns
A new HDInsightCapabilitiesResult 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