VirtualMachineRunCommandProperties |
VirtualMachineRunCommandProperties.withAsyncExecution(Boolean asyncExecution) |
Set the asyncExecution property: Optional.
|
VirtualMachineRunCommandProperties |
VirtualMachineRunCommandProperties.withErrorBlobUri(String errorBlobUri) |
Set the errorBlobUri property: Specifies the Azure storage blob where script error stream will be uploaded.
|
VirtualMachineRunCommandProperties |
VirtualMachineRunCommandProperties.withOutputBlobUri(String outputBlobUri) |
Set the outputBlobUri property: Specifies the Azure storage blob where script output stream will be uploaded.
|
VirtualMachineRunCommandProperties |
VirtualMachineRunCommandProperties.withParameters(List<RunCommandInputParameter> parameters) |
Set the parameters property: The parameters used by the script.
|
VirtualMachineRunCommandProperties |
VirtualMachineRunCommandProperties.withProtectedParameters(List<RunCommandInputParameter> protectedParameters) |
Set the protectedParameters property: The parameters used by the script.
|
VirtualMachineRunCommandProperties |
VirtualMachineRunCommandProperties.withRunAsPassword(String runAsPassword) |
Set the runAsPassword property: Specifies the user account password on the VM when executing the run command.
|
VirtualMachineRunCommandProperties |
VirtualMachineRunCommandProperties.withRunAsUser(String runAsUser) |
Set the runAsUser property: Specifies the user account on the VM when executing the run command.
|
VirtualMachineRunCommandProperties |
VirtualMachineRunCommandProperties.withSource(VirtualMachineRunCommandScriptSource source) |
Set the source property: The source of the run command script.
|
VirtualMachineRunCommandProperties |
VirtualMachineRunCommandProperties.withTimeoutInSeconds(Integer timeoutInSeconds) |
Set the timeoutInSeconds property: The timeout in seconds to execute the run command.
|