ServiceObjective interface

Represents a database service objective.

Extends

Properties

description

The description for the service level objective. NOTE: This property will not be serialized. It can only be populated by the server.

enabled

Gets whether the service level objective is enabled. NOTE: This property will not be serialized. It can only be populated by the server.

isDefault

Gets whether the service level objective is the default service objective. NOTE: This property will not be serialized. It can only be populated by the server.

isSystem

Gets whether the service level objective is a system service objective. NOTE: This property will not be serialized. It can only be populated by the server.

serviceObjectiveName

The name for the service objective. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

name

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

description

The description for the service level objective. NOTE: This property will not be serialized. It can only be populated by the server.

description?: string

Property Value

string

enabled

Gets whether the service level objective is enabled. NOTE: This property will not be serialized. It can only be populated by the server.

enabled?: boolean

Property Value

boolean

isDefault

Gets whether the service level objective is the default service objective. NOTE: This property will not be serialized. It can only be populated by the server.

isDefault?: boolean

Property Value

boolean

isSystem

Gets whether the service level objective is a system service objective. NOTE: This property will not be serialized. It can only be populated by the server.

isSystem?: boolean

Property Value

boolean

serviceObjectiveName

The name for the service objective. NOTE: This property will not be serialized. It can only be populated by the server.

serviceObjectiveName?: string

Property Value

string

Inherited Property Details

id

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyResource.id

name

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ProxyResource.name

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ProxyResource.type