Uses of Class
com.microsoft.azure.management.compute.RunCommandInput
Packages that use RunCommandInput
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of RunCommandInput in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return RunCommandInputModifier and TypeMethodDescriptionRunCommandInput.withCommandId
(String commandId) Set the run command id.RunCommandInput.withParameters
(List<RunCommandInputParameter> parameters) Set the run command parameters.RunCommandInput.withScript
(List<String> script) Set optional.Methods in com.microsoft.azure.management.compute with parameters of type RunCommandInputModifier and TypeMethodDescriptionVirtualMachine.runCommand
(RunCommandInput inputCommand) Run commands in the virtual machine.VirtualMachines.runCommand
(String groupName, String name, RunCommandInput inputCommand) Run commands in a virtual machine.rx.Observable<RunCommandResult>
VirtualMachine.runCommandAsync
(RunCommandInput inputCommand) Run commands in the virtual machine asynchronously.rx.Observable<RunCommandResult>
VirtualMachines.runCommandAsync
(String groupName, String name, RunCommandInput inputCommand) Run commands in a virtual machine asynchronously.VirtualMachineScaleSet.runCommandInVMInstance
(String vmId, RunCommandInput inputCommand) Run commands in a virtual machine instance in a scale set.VirtualMachineScaleSets.runCommandInVMInstance
(String groupName, String scaleSetName, String vmId, RunCommandInput inputCommand) Run commands in a virtual machine instance in a scale set.rx.Observable<RunCommandResult>
VirtualMachineScaleSet.runCommandVMInstanceAsync
(String vmId, RunCommandInput inputCommand) Run commands in a virtual machine instance in a scale set asynchronously.rx.Observable<RunCommandResult>
VirtualMachineScaleSets.runCommandVMInstanceAsync
(String groupName, String scaleSetName, String vmId, RunCommandInput inputCommand) Run commands in a virtual machine instance in a scale set asynchronously.