Uses of Class
com.microsoft.azure.management.compute.VirtualMachineRunCommandScriptSource
Packages that use VirtualMachineRunCommandScriptSource
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineRunCommandScriptSource in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VirtualMachineRunCommandScriptSourceModifier 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.Methods in com.microsoft.azure.management.compute with parameters of type VirtualMachineRunCommandScriptSourceModifier and TypeMethodDescriptionVirtualMachineRunCommandUpdate.withSource
(VirtualMachineRunCommandScriptSource source) Set the source of the run command script.