Uses of Class
com.azure.resourcemanager.automation.models.VariableUpdateParameters
Packages that use VariableUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of VariableUpdateParameters in com.azure.resourcemanager.automation.fluent
Methods in com.azure.resourcemanager.automation.fluent with parameters of type VariableUpdateParametersModifier and TypeMethodDescriptionVariablesClient.update
(String resourceGroupName, String automationAccountName, String variableName, VariableUpdateParameters parameters) Update a variable.com.azure.core.http.rest.Response
<VariableInner> VariablesClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String variableName, VariableUpdateParameters parameters, com.azure.core.util.Context context) Update a variable. -
Uses of VariableUpdateParameters in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return VariableUpdateParametersModifier and TypeMethodDescriptionstatic VariableUpdateParameters
VariableUpdateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VariableUpdateParameters from the JsonReader.VariableUpdateParameters.withDescription
(String description) Set the description property: Gets or sets the description of the variable.Set the name property: Gets or sets the name of the variable.Set the value property: Gets or sets the value of the variable.