Uses of Class
com.azure.resourcemanager.automation.models.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
Modifier 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
Modifier and TypeMethodDescriptionVariableUpdateParameters.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.