ServiceObjectiveCapability Class

Definition

The service objectives capability.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ServiceObjectiveCapability
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServiceObjectiveCapability = class
Public Class ServiceObjectiveCapability
Inheritance
ServiceObjectiveCapability
Attributes

Constructors

ServiceObjectiveCapability()

Initializes a new instance of the ServiceObjectiveCapability class.

ServiceObjectiveCapability(String, Nullable<CapabilityStatus>, Nullable<PerformanceLevelUnit>, Nullable<Int32>, Guid, IList<MaxSizeCapability>, MaxSizeCapability)

Initializes a new instance of the ServiceObjectiveCapability class.

Properties

Id

Gets the unique ID of the service objective.

IncludedMaxSize

Gets the included (free) max size for this service level objective.

Name

Gets the service objective name.

Status

Gets the status of the service objective. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'

SupportedMaxSizes

Gets the list of supported maximum database sizes for this service objective.

Unit

Gets unit type used to measure service objective performance level. Possible values include: 'DTU'

Value

Gets performance level value.

Applies to