CreateUpdateOptions interface
CreateUpdateOptions는 리소스를 설명하는 키-값 쌍의 목록입니다. 지원되는 키는 "If-Match", "If-None-Match", "Session-Token" 및 "Throughput"입니다.
속성
autoscale |
자동 크기 조정 설정을 지정합니다. 참고: 처리량 또는 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다. |
throughput | 초당 요청 단위입니다. 예를 들어 "처리량": 10000입니다. |
속성 세부 정보
autoscaleSettings
자동 크기 조정 설정을 지정합니다. 참고: 처리량 또는 autoscaleSettings가 필요하지만 둘 다 필요하지는 않습니다.
autoscaleSettings?: AutoscaleSettings
속성 값
throughput
초당 요청 단위입니다. 예를 들어 "처리량": 10000입니다.
throughput?: number
속성 값
number