Uses of Class
com.microsoft.azure.management.compute.VirtualMachineRunCommandScriptSource
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineRunCommandScriptSource in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineRunCommandUpdate.source()
Get the source of the run command script.VirtualMachineRunCommandScriptSource.withCommandId
(String commandId) Set specifies a commandId of predefined built-in script.VirtualMachineRunCommandScriptSource.withScript
(String script) Set specifies the script content to be executed on the VM.VirtualMachineRunCommandScriptSource.withScriptUri
(String scriptUri) Set specifies the script download location.Modifier and TypeMethodDescriptionVirtualMachineRunCommandUpdate.withSource
(VirtualMachineRunCommandScriptSource source) Set the source of the run command script.