Dela via


Dapr Class

Container App Dapr configuration.

Inheritance
azure.mgmt.web._serialization.Model
Dapr

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
str

Dapr application identifier.

app_port
int

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
str

Dapr application identifier.

app_port
int

Port on which the Dapr side car.

components

Collection of Dapr components.