VirtualMachineRunCommandsOperations 클래스
경고
이 클래스를 직접 인스턴스화하지 마세요.
대신 다음 작업을 통해 액세스해야 합니다.
<xref:virtual_machine_run_commands> 특성.
- 상속
-
builtins.objectVirtualMachineRunCommandsOperations
생성자
VirtualMachineRunCommandsOperations(*args, **kwargs)
메서드
get |
위치에서 구독에 대한 특정 실행 명령을 가져옵니다. |
list |
위치에 있는 구독에 대해 사용 가능한 모든 실행 명령을 나열합니다. |
get
위치에서 구독에 대한 특정 실행 명령을 가져옵니다.
async get(location: str, command_id: str, **kwargs: Any) -> RunCommandDocument
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
RunCommandDocument 또는 cls(response)의 결과
반환 형식
예외
list
위치에 있는 구독에 대해 사용 가능한 모든 실행 명령을 나열합니다.
list(location: str, **kwargs: Any) -> AsyncIterable[RunCommandDocumentBase]
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
RunCommandDocumentBase의 인스턴스 또는 cls(response)의 결과와 같은 반복기
반환 형식
예외
특성
models
models = <module 'azure.mgmt.compute.v2019_12_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\compute\\v2019_12_01\\models\\__init__.py'>
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python