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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python