Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineRunCommandScriptSource
-
Packages that use VirtualMachineRunCommandScriptSource Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineRunCommandScriptSource in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineRunCommandScriptSource Modifier and Type Method Description VirtualMachineRunCommandScriptSourceVirtualMachineRunCommandInner. source()Get the source property: The source of the run command script.VirtualMachineRunCommandScriptSourceVirtualMachineRunCommandProperties. source()Get the source property: The source of the run command script.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachineRunCommandScriptSource Modifier and Type Method Description VirtualMachineRunCommandInnerVirtualMachineRunCommandInner. withSource(VirtualMachineRunCommandScriptSource source)Set the source property: The source of the run command script.VirtualMachineRunCommandPropertiesVirtualMachineRunCommandProperties. withSource(VirtualMachineRunCommandScriptSource source)Set the source property: The source of the run command script. -
Uses of VirtualMachineRunCommandScriptSource in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineRunCommandScriptSource Modifier and Type Method Description VirtualMachineRunCommandScriptSourceVirtualMachineRunCommandUpdate. source()Get the source property: The source of the run command script.VirtualMachineRunCommandScriptSourceVirtualMachineRunCommandScriptSource. withCommandId(String commandId)Set the commandId property: Specifies a commandId of predefined built-in script.VirtualMachineRunCommandScriptSourceVirtualMachineRunCommandScriptSource. withScript(String script)Set the script property: Specifies the script content to be executed on the VM.VirtualMachineRunCommandScriptSourceVirtualMachineRunCommandScriptSource. withScriptUri(String scriptUri)Set the scriptUri property: Specifies the script download location.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineRunCommandScriptSource Modifier and Type Method Description VirtualMachineRunCommandUpdateVirtualMachineRunCommandUpdate. withSource(VirtualMachineRunCommandScriptSource source)Set the source property: The source of the run command script.
-