DaprComponent Class
Dapr component configuration.
- Inheritance
-
azure.mgmt.web._serialization.ModelDaprComponent
Constructor
DaprComponent(*, name: str | None = None, type: str | None = None, version: str | None = None, metadata: List[_models.DaprMetadata] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Component name. |
type
|
Component type. |
version
|
Component version. |
metadata
|
Component metadata. |
Variables
Name | Description |
---|---|
name
|
Component name. |
type
|
Component type. |
version
|
Component version. |
metadata
|
Component metadata. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python