CapabilitiesResult Class
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.
The Get Capabilities operation response.
public class CapabilitiesResult
type CapabilitiesResult = class
Public Class CapabilitiesResult
- Inheritance
-
CapabilitiesResult
Constructors
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. |
Properties
Features |
Gets or sets the capability features. |
Quota |
Gets or sets the quota capability. |
Regions |
Gets or sets the virtual machine size compatibility features. |
Versions |
Gets or sets the version capability. |
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