ResourceResultSummary interface

Summary of operation results across targeted resources.

Properties

code

The result code shared by the resources in this group. A successful result uses Success.

count

The number of resources with this result code.

errorDetails

Error details for failed resources. This property is omitted for successful results.

Property Details

code

The result code shared by the resources in this group. A successful result uses Success.

code: string

Property Value

string

count

The number of resources with this result code.

count: number

Property Value

number

errorDetails

Error details for failed resources. This property is omitted for successful results.

errorDetails?: ErrorModel

Property Value