Uses of Class
com.microsoft.azure.management.compute.RunCommandInputParameter
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of RunCommandInputParameter in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionSet the run command parameter name.Set the run command parameter value.Modifier 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.Modifier 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.