Usage interface
스토리지 리소스 사용량을 설명합니다.
속성
| current |
구독에서 할당된 리소스의 현재 수를 가져옵니다. |
| limit | 구독에 할당할 수 있는 리소스의 최대 수를 가져옵니다. |
| name | 사용 유형 이름을 가져옵니다. |
| unit | 측정 단위를 가져옵니다. 가능한 값은 'Count', 'Bytes', 'Seconds', 'Percent', 'CountsPerSecond', 'BytesPerSecond'입니다. |
속성 세부 정보
currentValue
구독에서 할당된 리소스의 현재 수를 가져옵니다.
currentValue?: number
속성 값
number
limit
구독에 할당할 수 있는 리소스의 최대 수를 가져옵니다.
limit?: number
속성 값
number
name
unit
측정 단위를 가져옵니다. 가능한 값은 'Count', 'Bytes', 'Seconds', 'Percent', 'CountsPerSecond', 'BytesPerSecond'입니다.
unit?: string
속성 값
string