ServiceObjectiveCapability Class

Definition

The service objectives capability.

public class ServiceObjectiveCapability
type ServiceObjectiveCapability = class
Public Class ServiceObjectiveCapability
Inheritance
ServiceObjectiveCapability

Constructors

ServiceObjectiveCapability()

Initializes a new instance of the ServiceObjectiveCapability class.

ServiceObjectiveCapability(Nullable<Guid>, String, IList<MaxSizeRangeCapability>, PerformanceLevelCapability, Sku, IList<LicenseTypeCapability>, MaxSizeCapability, Nullable<Boolean>, AutoPauseDelayTimeRange, IList<MinCapacityCapability>, String, IList<MaintenanceConfigurationCapability>, Nullable<CapabilityStatus>, String)

Initializes a new instance of the ServiceObjectiveCapability class.

Properties

ComputeModel

Gets the compute model

Id

Gets the unique ID of the service objective.

IncludedMaxSize

Gets the included (free) max size.

Name

Gets the service objective name.

PerformanceLevel

Gets the performance level.

Reason

Gets or sets the reason for the capability not being available.

Sku

Gets the sku.

Status

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

SupportedAutoPauseDelay

Gets supported time range for auto pause delay

SupportedLicenseTypes

Gets list of supported license types.

SupportedMaintenanceConfigurations

Gets list of supported maintenance configurations

SupportedMaxSizes

Gets the list of supported maximum database sizes.

SupportedMinCapacities

Gets list of supported min capacities

ZoneRedundant

Gets whether or not zone redundancy is supported for the service objective.

Methods

Validate()

Validate the object.

Applies to