Dapr Class
Container App Dapr configuration.
- Inheritance
-
azure.mgmt.web._serialization.ModelDapr
Constructor
Dapr(*, enabled: bool | None = None, app_id: str | None = None, app_port: int | None = None, components: List[_models.DaprComponent] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
Boolean indicating if the Dapr side car is enabled. |
app_id
|
Dapr application identifier. |
app_port
|
Port on which the Dapr side car. |
components
|
Collection of Dapr components. |
Variables
Name | Description |
---|---|
enabled
|
Boolean indicating if the Dapr side car is enabled. |
app_id
|
Dapr application identifier. |
app_port
|
Port on which the Dapr side car. |
components
|
Collection of Dapr components. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python