你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IVirtualMachineScaleSetsBeta 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
虚拟机规模集管理 API 的入口点。
public interface IVirtualMachineScaleSetsBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IVirtualMachineScaleSetsBeta = interface
interface IBeta
Public Interface IVirtualMachineScaleSetsBeta
Implements IBeta
- 派生
- 实现
方法
RunCommandInVMInstance(String, String, String, RunCommandInput) |
在规模集中的虚拟机实例中运行命令。 |
RunCommandVMInstanceAsync(String, String, String, RunCommandInput, CancellationToken) |
在规模集中的虚拟机实例中异步运行命令。 |
RunPowerShellScriptInVMInstance(String, String, String, IList<String>, IList<RunCommandInputParameter>) |
在规模集中的虚拟机实例中运行 PowerShell 脚本。 |
RunPowerShellScriptInVMInstanceAsync(String, String, String, IList<String>, IList<RunCommandInputParameter>, CancellationToken) |
在规模集中的虚拟机实例中异步运行 PowerShell。 |
RunShellScriptInVMInstance(String, String, String, IList<String>, IList<RunCommandInputParameter>) |
在规模集中的虚拟机实例中运行 shell 脚本。 |
RunShellScriptInVMInstanceAsync(String, String, String, IList<String>, IList<RunCommandInputParameter>, CancellationToken) |
在规模集中的虚拟机实例中异步运行 shell 脚本。 |