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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET