EnabledConfig Class
Enabled configuration.
- Inheritance
-
azure.mgmt.web._serialization.ModelEnabledConfig
Constructor
EnabledConfig(*, enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
True if configuration is enabled, false if it is disabled and null if configuration is not set. |
Variables
Name | Description |
---|---|
enabled
|
True if configuration is enabled, false if it is disabled and null if configuration is not set. |
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