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 |
| count | The number of resources with this result code. |
| error |
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