CapabilitiesResult Constructors

Definition

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.

features
IList<String>

The capability features.

quota
QuotaCapability

The quota capability.

Applies to