LoadTestResourcePatchRequestBody interface
LoadTest 리소스 패치 요청 본문입니다.
속성
| identity | 리소스에 사용되는 ID의 형식입니다. |
| properties | 부하 테스트 리소스 속성 |
| tags | 리소스 태그. |
속성 세부 정보
identity
properties
부하 테스트 리소스 속성
properties?: LoadTestResourcePatchRequestBodyProperties
속성 값
tags
리소스 태그.
tags?: Record<string, unknown>
속성 값
Record<string, unknown>