ServiceObjective Class
Represents a database service objective.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceServiceObjective
Constructor
ServiceObjective(**kwargs)
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
service_objective_name
|
The name for the service objective. |
is_default
|
Gets whether the service level objective is the default service objective. |
is_system
|
Gets whether the service level objective is a system service objective. |
description
|
The description for the service level objective. |
enabled
|
Gets whether the service level objective is enabled. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python