LoadTestResourcePatchRequestBody interface
LoadTest resource patch request body.
Properties
| identity | The type of identity used for the resource. |
| properties | Load Test resource properties |
| tags | Resource tags. |
Property Details
identity
The type of identity used for the resource.
identity?: SystemAssignedServiceIdentity
Property Value
properties
Load Test resource properties
properties?: LoadTestResourcePatchRequestBodyProperties
Property Value
tags
Resource tags.
tags?: Record<string, unknown>
Property Value
Record<string, unknown>