Compartilhar via


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