LocationCapabilities 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 location capability.
public class LocationCapabilities
type LocationCapabilities = class
Public Class LocationCapabilities
- Inheritance
-
LocationCapabilities
Constructors
LocationCapabilities() |
Initializes a new instance of the LocationCapabilities class. |
LocationCapabilities(String, IList<ServerVersionCapability>, IList<ManagedInstanceVersionCapability>, Nullable<CapabilityStatus>, String) |
Initializes a new instance of the LocationCapabilities class. |
Properties
Name |
Gets the location name. |
Reason |
Gets or sets the reason for the capability not being available. |
Status |
Gets the status of the capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled' |
SupportedManagedInstanceVersions |
Gets the list of supported managed instance versions. |
SupportedServerVersions |
Gets the list of supported server versions. |
Applies to
Azure SDK for .NET