Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
RunCommandInput |
RunCommandInput.withCommandId(String commandId)
Set the run command id.
|
RunCommandInput |
RunCommandInput.withParameters(List<RunCommandInputParameter> parameters)
Set the run command parameters.
|
RunCommandInput |
RunCommandInput.withScript(List<String> script)
Set optional.
|
Modifier and Type | Method and Description |
---|---|
RunCommandResult |
VirtualMachine.runCommand(RunCommandInput inputCommand)
Run commands in the virtual machine.
|
RunCommandResult |
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.
|
RunCommandResult |
VirtualMachineScaleSet.runCommandInVMInstance(String vmId,
RunCommandInput inputCommand)
Run commands in a virtual machine instance in a scale set.
|
RunCommandResult |
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.
|
Copyright © 2019. All rights reserved.