CapabilitiesResult interface
The Get Capabilities operation response.
Properties
features | The capability features. |
quota | The quota capability. NOTE: This property will not be serialized. It can only be populated by the server. |
regions | The virtual machine size compatibility features. |
versions | The version capability. |
Property Details
features
The capability features.
features?: string[]
Property Value
string[]
quota
The quota capability. NOTE: This property will not be serialized. It can only be populated by the server.
quota?: QuotaCapability
Property Value
regions
The virtual machine size compatibility features.
regions?: {[propertyName: string]: RegionsCapability}
Property Value
{[propertyName: string]: RegionsCapability}
versions
The version capability.
versions?: {[propertyName: string]: VersionsCapability}
Property Value
{[propertyName: string]: VersionsCapability}