次の方法で共有


IVirtualMachinesBeta インターフェイス

定義

仮想マシン管理 API へのエントリ ポイント。

public interface IVirtualMachinesBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IVirtualMachinesBeta = interface
    interface IBeta
Public Interface IVirtualMachinesBeta
Implements IBeta
派生
実装

メソッド

RunCommand(String, String, RunCommandInput)

仮想マシンでコマンドを実行します。

RunCommandAsync(String, String, RunCommandInput, CancellationToken)

仮想マシンでコマンドを非同期的に実行します。

RunPowerShellScript(String, String, IList<String>, IList<RunCommandInputParameter>)

仮想マシンでシェル スクリプトを実行します。

RunPowerShellScriptAsync(String, String, IList<String>, IList<RunCommandInputParameter>, CancellationToken)

仮想マシンでシェル スクリプトを非同期的に実行します。

RunShellScript(String, String, IList<String>, IList<RunCommandInputParameter>)

仮想マシンでシェル スクリプトを実行します。

RunShellScriptAsync(String, String, IList<String>, IList<RunCommandInputParameter>, CancellationToken)

仮想マシンでシェル スクリプトを非同期的に実行します。

適用対象