Uses of Class
com.microsoft.azure.management.compute.RunCommandInputParameter
Packages that use RunCommandInputParameter
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of RunCommandInputParameter in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return RunCommandInputParameterModifier and TypeMethodDescriptionSet the run command parameter name.Set the run command parameter value.Methods in com.microsoft.azure.management.compute that return types with arguments of type RunCommandInputParameterModifier and TypeMethodDescriptionRunCommandInput.parameters()
Get the run command parameters.VirtualMachineRunCommandUpdate.parameters()
Get the parameters used by the script.VirtualMachineRunCommandUpdate.protectedParameters()
Get the parameters used by the script.Method parameters in com.microsoft.azure.management.compute with type arguments of type RunCommandInputParameterModifier and TypeMethodDescriptionRunCommandInput.withParameters
(List<RunCommandInputParameter> parameters) Set the run command parameters.VirtualMachineRunCommandUpdate.withParameters
(List<RunCommandInputParameter> parameters) Set the parameters used by the script.VirtualMachineRunCommandUpdate.withProtectedParameters
(List<RunCommandInputParameter> protectedParameters) Set the parameters used by the script.