다음을 통해 공유


Usage 클래스

스토리지 리소스 사용량을 설명합니다.

변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.

상속
azure.mgmt.storage._serialization.Model
Usage

생성자

Usage(**kwargs: Any)

변수

Name Description
unit
str 또는 UsageUnit

측정 단위를 가져옵니다. 알려진 값은 "Count", "Bytes", "Seconds", "Percent", "CountsPerSecond" 및 "BytesPerSecond"입니다.

current_value
int

구독에서 할당된 리소스의 현재 수를 가져옵니다.

limit
int

구독에 할당할 수 있는 리소스의 최대 수를 가져옵니다.

name

사용 유형 이름을 가져옵니다.