LoadTestResourcePatchRequestBody interface
LoadTest resource patch request body.
Properties
description | Description of the resource. |
encryption | CMK Encryption property. |
identity | The type of identity used for the resource. |
tags | Resource tags. |
Property Details
description
Description of the resource.
description?: string
Property Value
string
encryption
identity
The type of identity used for the resource.
identity?: ManagedServiceIdentity
Property Value
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}