IDaprComponentProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |