DaprComponentResource Class
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.
Represents a Dapr component resource.
public sealed class DaprComponentResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.Dapr.IDaprComponentResource
type DaprComponentResource = class
inherit Resource
interface IDaprComponentResource
interface IResource
Public NotInheritable Class DaprComponentResource
Inherits Resource
Implements IDaprComponentResource
- Inheritance
- Implements
Constructors
| DaprComponentResource(String, String) |
Initializes a new instance of DaprComponentResource. |
Properties
| Annotations |
Gets the annotations associated with the resource. (Inherited from Resource) |
| Name |
Gets the name of the resource. (Inherited from Resource) |
| Options |
Gets options used to configure the component, if any. |
| Type |
Gets the type of the Dapr component. |