你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDaprComponentProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DaprComponentPropertiesTypeConverter))]
public interface IDaprComponentProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.DaprComponentPropertiesTypeConverter))>]
type IDaprComponentProperties = interface
    interface IJsonSerializable
Public Interface IDaprComponentProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ComponentType

Component type

IgnoreError

Boolean describing if the component errors are ignores

InitTimeout

Initialization timeout

Metadata

Component metadata

Scope

Names of container apps that can use this Dapr component

Secret

Collection of secrets used by a Dapr component

SecretStoreComponent

Name of a Dapr component to retrieve component secrets from

Version

Component version

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to