ServiceObjective Class

Definition

Represents a database service objective.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ServiceObjective : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ServiceObjective = class
    inherit ProxyResource
Public Class ServiceObjective
Inherits ProxyResource
Inheritance
ServiceObjective
Attributes

Constructors

ServiceObjective()

Initializes a new instance of the ServiceObjective class.

ServiceObjective(String, String, String, String, Boolean, Boolean, String, Boolean)

Initializes a new instance of the ServiceObjective class.

Properties

Description

Gets the description for the service level objective.

Enabled

Gets whether the service level objective is enabled.

Id

Gets resource ID.

(Inherited from Resource)
IsDefault

Gets whether the service level objective is the default service objective.

IsSystem

Gets whether the service level objective is a system service objective.

Name

Gets resource name.

(Inherited from Resource)
ServiceObjectiveName

Gets the name for the service objective.

Type

Gets resource type.

(Inherited from Resource)

Applies to