ConfigServerProperties Class

Config server git properties payload.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ConfigServerProperties

Constructor

ConfigServerProperties(*, error: Optional[azure.mgmt.appplatform.v2021_06_01_preview.models._models_py3.Error] = None, config_server: Optional[azure.mgmt.appplatform.v2021_06_01_preview.models._models_py3.ConfigServerSettings] = None, **kwargs)

Variables

provisioning_state
str or ConfigServerState

State of the config server. Possible values include: "NotAvailable", "Deleted", "Failed", "Succeeded", "Updating".

error
Error

Error when apply config server settings.

config_server
ConfigServerSettings

Settings of config server.