Package version:

Interface DaprComponentResiliencyPolicy

Dapr Component Resiliency Policy.

interface DaprComponentResiliencyPolicy {
    id?: string;
    inboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
    name?: string;
    outboundPolicy?: DaprComponentResiliencyPolicyConfiguration;
    systemData?: SystemData;
    type?: string;
}

Hierarchy (view full)

Properties

id?: string

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.

The optional inbound component resiliency policy configuration

name?: string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

The optional outbound component resiliency policy configuration

systemData?: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.