Uses of Class
com.azure.resourcemanager.compute.models.RunCommandInputParameter
Packages that use RunCommandInputParameter
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of RunCommandInputParameter in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type RunCommandInputParameterModifier and TypeMethodDescriptionVirtualMachineRunCommandInner.parameters()Get the parameters property: The parameters used by the script.VirtualMachineRunCommandProperties.parameters()Get the parameters property: The parameters used by the script.VirtualMachineRunCommandInner.protectedParameters()Get the protectedParameters property: The parameters used by the script.VirtualMachineRunCommandProperties.protectedParameters()Get the protectedParameters property: The parameters used by the script.Method parameters in com.azure.resourcemanager.compute.fluent.models with type arguments of type RunCommandInputParameterModifier and TypeMethodDescriptionVirtualMachineRunCommandInner.withParameters(List<RunCommandInputParameter> parameters) Set the parameters property: The parameters used by the script.VirtualMachineRunCommandProperties.withParameters(List<RunCommandInputParameter> parameters) Set the parameters property: The parameters used by the script.VirtualMachineRunCommandInner.withProtectedParameters(List<RunCommandInputParameter> protectedParameters) Set the protectedParameters property: The parameters used by the script.VirtualMachineRunCommandProperties.withProtectedParameters(List<RunCommandInputParameter> protectedParameters) Set the protectedParameters property: The parameters used by the script. -
Uses of RunCommandInputParameter in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return RunCommandInputParameterModifier and TypeMethodDescriptionstatic RunCommandInputParameterRunCommandInputParameter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RunCommandInputParameter from the JsonReader.Set the name property: The run command parameter name.Set the value property: The run command parameter value.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RunCommandInputParameterModifier and TypeMethodDescriptionRunCommandInput.parameters()Get the parameters property: The run command parameters.VirtualMachineRunCommandUpdate.parameters()Get the parameters property: The parameters used by the script.VirtualMachineRunCommandUpdate.protectedParameters()Get the protectedParameters property: The parameters used by the script.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type RunCommandInputParameterModifier and TypeMethodDescriptionRunCommandInput.withParameters(List<RunCommandInputParameter> parameters) Set the parameters property: The run command parameters.VirtualMachineRunCommandUpdate.withParameters(List<RunCommandInputParameter> parameters) Set the parameters property: The parameters used by the script.VirtualMachineRunCommandUpdate.withProtectedParameters(List<RunCommandInputParameter> protectedParameters) Set the protectedParameters property: The parameters used by the script.