LocationCapabilities Class

Definition

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