Uses of Class
com.azure.resourcemanager.compute.models.RunCommandInputParameter
-
Packages that use RunCommandInputParameter 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 RunCommandInputParameter in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type RunCommandInputParameter Modifier and Type Method Description List<RunCommandInputParameter>VirtualMachineRunCommandInner. parameters()Get the parameters property: The parameters used by the script.List<RunCommandInputParameter>VirtualMachineRunCommandProperties. parameters()Get the parameters property: The parameters used by the script.List<RunCommandInputParameter>VirtualMachineRunCommandInner. protectedParameters()Get the protectedParameters property: The parameters used by the script.List<RunCommandInputParameter>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 RunCommandInputParameter Modifier and Type Method Description VirtualMachineRunCommandInnerVirtualMachineRunCommandInner. withParameters(List<RunCommandInputParameter> parameters)Set the parameters property: The parameters used by the script.VirtualMachineRunCommandPropertiesVirtualMachineRunCommandProperties. withParameters(List<RunCommandInputParameter> parameters)Set the parameters property: The parameters used by the script.VirtualMachineRunCommandInnerVirtualMachineRunCommandInner. withProtectedParameters(List<RunCommandInputParameter> protectedParameters)Set the protectedParameters property: The parameters used by the script.VirtualMachineRunCommandPropertiesVirtualMachineRunCommandProperties. 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 RunCommandInputParameter Modifier and Type Method Description RunCommandInputParameterRunCommandInputParameter. withName(String name)Set the name property: The run command parameter name.RunCommandInputParameterRunCommandInputParameter. withValue(String value)Set the value property: The run command parameter value.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RunCommandInputParameter Modifier and Type Method Description List<RunCommandInputParameter>RunCommandInput. parameters()Get the parameters property: The run command parameters.List<RunCommandInputParameter>VirtualMachineRunCommandUpdate. parameters()Get the parameters property: The parameters used by the script.List<RunCommandInputParameter>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 RunCommandInputParameter Modifier and Type Method Description RunCommandInputRunCommandInput. withParameters(List<RunCommandInputParameter> parameters)Set the parameters property: The run command parameters.VirtualMachineRunCommandUpdateVirtualMachineRunCommandUpdate. withParameters(List<RunCommandInputParameter> parameters)Set the parameters property: The parameters used by the script.VirtualMachineRunCommandUpdateVirtualMachineRunCommandUpdate. withProtectedParameters(List<RunCommandInputParameter> protectedParameters)Set the protectedParameters property: The parameters used by the script.
-