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.v2018_04_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\compute\\v2018_04_01\\models\\__init__.py'>
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python