Uses of Class
com.microsoft.azure.management.compute.VirtualMachineRunCommandUpdate
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineRunCommandUpdate in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineRunCommandUpdate.withAsyncExecution
(Boolean asyncExecution) Set optional.VirtualMachineRunCommandUpdate.withErrorBlobUri
(String errorBlobUri) Set specifies the Azure storage blob where script error stream will be uploaded.VirtualMachineRunCommandUpdate.withOutputBlobUri
(String outputBlobUri) Set specifies the Azure storage blob where script output stream will be uploaded.VirtualMachineRunCommandUpdate.withParameters
(List<RunCommandInputParameter> parameters) Set the parameters used by the script.VirtualMachineRunCommandUpdate.withProtectedParameters
(List<RunCommandInputParameter> protectedParameters) Set the parameters used by the script.VirtualMachineRunCommandUpdate.withRunAsPassword
(String runAsPassword) Set specifies the user account password on the VM when executing the run command.VirtualMachineRunCommandUpdate.withRunAsUser
(String runAsUser) Set specifies the user account on the VM when executing the run command.VirtualMachineRunCommandUpdate.withSource
(VirtualMachineRunCommandScriptSource source) Set the source of the run command script.VirtualMachineRunCommandUpdate.withTimeoutInSeconds
(Integer timeoutInSeconds) Set the timeout in seconds to execute the run command.