UsageOperations 클래스
- 상속
-
builtins.objectUsageOperations
생성자
UsageOperations(*args, **kwargs)
메서드
list |
지정된 위치에 대해 현재 컴퓨팅 리소스 사용량 정보와 구독 아래의 컴퓨팅 리소스에 대한 제한을 가져옵니다. |
list
지정된 위치에 대해 현재 컴퓨팅 리소스 사용량 정보와 구독 아래의 컴퓨팅 리소스에 대한 제한을 가져옵니다.
list(location: str, **kwargs: Any) -> AsyncIterable[Usage]
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
사용량 인스턴스 또는 cls(응답) 결과와 같은 반복기
반환 형식
예외
특성
models
models = <module 'azure.mgmt.compute.v2018_06_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\compute\\v2018_06_01\\models\\__init__.py'>
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python