Package version:

Interface DaprComponentsCollection

Dapr Components ARM resource.

interface DaprComponentsCollection {
    nextLink?: string;
    value: DaprComponent[];
}

Properties

Properties

nextLink?: string

Link to next page of resources. NOTE: This property will not be serialized. It can only be populated by the server.

value: DaprComponent[]

Collection of resources.