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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python