DaprComponent Class
Dapr Component.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.appcontainers.models._models_py3.ProxyResourceDaprComponent
Constructor
DaprComponent(*, component_type: str | None = None, version: str | None = None, ignore_errors: bool = False, init_timeout: str | None = None, secrets: List[_models.Secret] | None = None, secret_store_component: str | None = None, metadata: List[_models.DaprMetadata] | None = None, scopes: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
component_type
|
Component type. |
version
|
Component version. |
ignore_errors
|
Boolean describing if the component errors are ignores. |
init_timeout
|
Initialization timeout. |
secrets
|
Collection of secrets used by a Dapr component. |
secret_store_component
|
Name of a Dapr component to retrieve component secrets from. |
metadata
|
Component metadata. |
scopes
|
Names of container apps that can use this Dapr component. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
system_data
|
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
component_type
|
Component type. |
version
|
Component version. |
ignore_errors
|
Boolean describing if the component errors are ignores. |
init_timeout
|
Initialization timeout. |
secrets
|
Collection of secrets used by a Dapr component. |
secret_store_component
|
Name of a Dapr component to retrieve component secrets from. |
metadata
|
Component metadata. |
scopes
|
Names of container apps that can use this Dapr component. |
Azure SDK for Python