VirtualMachineRunCommandsOperations 類別
- 繼承
-
builtins.objectVirtualMachineRunCommandsOperations
建構函式
VirtualMachineRunCommandsOperations(*args, **kwargs)
方法
get |
取得位置中訂用帳戶的特定執行命令。 |
list |
列出位置中訂用帳戶的所有可用執行命令。 |
get
取得位置中訂用帳戶的特定執行命令。
get(location: str, command_id: str, **kwargs: Any) -> RunCommandDocument
參數
- cls
- callable
將傳遞直接回應的自訂類型或函式
傳回
RunCommandDocument 或 cls 的結果 (回應)
傳回類型
例外狀況
list
列出位置中訂用帳戶的所有可用執行命令。
list(location: str, **kwargs: Any) -> Iterable[RunCommandDocumentBase]
參數
- cls
- callable
將傳遞直接回應的自訂類型或函式
傳回
RunCommandDocumentBase 實例或 cls (回應結果的反覆運算器)
傳回類型
例外狀況
屬性
models
models = <module 'azure.mgmt.compute.v2019_07_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\compute\\v2019_07_01\\models\\__init__.py'>