CapabilitiesResult Constructors
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.
Overloads
CapabilitiesResult() |
Initializes a new instance of the CapabilitiesResult class. |
CapabilitiesResult(IDictionary<String,VersionsCapability>, IDictionary<String,RegionsCapability>, IList<String>, QuotaCapability) |
Initializes a new instance of the CapabilitiesResult class. |
CapabilitiesResult()
Initializes a new instance of the CapabilitiesResult class.
public CapabilitiesResult ();
Public Sub New ()
Applies to
CapabilitiesResult(IDictionary<String,VersionsCapability>, IDictionary<String,RegionsCapability>, IList<String>, QuotaCapability)
Initializes a new instance of the CapabilitiesResult class.
public CapabilitiesResult (System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.HDInsight.Models.VersionsCapability> versions = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.HDInsight.Models.RegionsCapability> regions = default, System.Collections.Generic.IList<string> features = default, Microsoft.Azure.Management.HDInsight.Models.QuotaCapability quota = default);
new Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResult : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.HDInsight.Models.VersionsCapability> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.HDInsight.Models.RegionsCapability> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.HDInsight.Models.QuotaCapability -> Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResult
Public Sub New (Optional versions As IDictionary(Of String, VersionsCapability) = Nothing, Optional regions As IDictionary(Of String, RegionsCapability) = Nothing, Optional features As IList(Of String) = Nothing, Optional quota As QuotaCapability = Nothing)
Parameters
- versions
- IDictionary<String,VersionsCapability>
The version capability.
- regions
- IDictionary<String,RegionsCapability>
The virtual machine size compatibility features.
- quota
- QuotaCapability
The quota capability.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET