VirtualMachineRunCommandsOperations 클래스
경고
이 클래스를 직접 인스턴스화하지 마세요.
대신 다음 작업을 통해 액세스해야 합니다.
<xref:virtual_machine_run_commands> 특성.
- 상속
-
builtins.objectVirtualMachineRunCommandsOperations
생성자
VirtualMachineRunCommandsOperations(*args, **kwargs)
메서드
get |
위치에서 구독에 대한 특정 실행 명령을 가져옵니다. |
list |
위치에 있는 구독에 대해 사용 가능한 모든 실행 명령을 나열합니다. |
get
위치에서 구독에 대한 특정 실행 명령을 가져옵니다.
get(___location: str, command_id: str, **kwargs: Any) -> RunCommandDocument
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
RunCommandDocument 또는 cls(response)의 결과
반환 형식
예외
list
위치에 있는 구독에 대해 사용 가능한 모든 실행 명령을 나열합니다.
list(___location: str, **kwargs: Any) -> Iterable[RunCommandDocumentBase]
매개 변수
- cls
- callable
직접 응답을 전달할 사용자 지정 형식 또는 함수
반환
RunCommandDocumentBase의 인스턴스 또는 cls(response)의 결과와 같은 반복기
반환 형식
예외
특성
models
models = <module 'azure.mgmt.compute.v2017_12_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\compute\\v2017_12_01\\models\\__init__.py'>