Uses of Class
com.azure.resourcemanager.automation.models.VariableCreateOrUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of VariableCreateOrUpdateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionVariablesClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String variableName, VariableCreateOrUpdateParameters parameters) Create a variable.com.azure.core.http.rest.Response<VariableInner>
VariablesClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String variableName, VariableCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create a variable. -
Uses of VariableCreateOrUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionVariableCreateOrUpdateParameters.withDescription
(String description) Set the description property: Gets or sets the description of the variable.VariableCreateOrUpdateParameters.withIsEncrypted
(Boolean isEncrypted) Set the isEncrypted property: Gets or sets the encrypted flag 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.