Share via


IDaprComponent Interface

Definition

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

Properties

ComponentType
Id (Inherited from IResource)
IgnoreError
InitTimeout
Metadata
Name (Inherited from IResource)
Scope
Secret
SecretStoreComponent
SystemDataCreatedAt (Inherited from IResource)
SystemDataCreatedBy (Inherited from IResource)
SystemDataCreatedByType (Inherited from IResource)
SystemDataLastModifiedAt (Inherited from IResource)
SystemDataLastModifiedBy (Inherited from IResource)
SystemDataLastModifiedByType (Inherited from IResource)
Type (Inherited from IResource)
Version

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to