Uses of Interface
com.azure.resourcemanager.automation.models.Variable
Package
Description
Package containing the data models for AutomationClient.
-
Uses of Variable in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionVariable.Update.apply()
Executes the update request.Variable.Update.apply
(com.azure.core.util.Context context) Executes the update request.Variable.DefinitionStages.WithCreate.create()
Executes the create request.Variable.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Retrieve the variable identified by variable name.Retrieve the variable identified by variable name.Variable.refresh()
Refreshes the resource to sync with Azure.Variable.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Variable>
Variables.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve the variable identified by variable name.com.azure.core.http.rest.Response<Variable>
Variables.getWithResponse
(String resourceGroupName, String automationAccountName, String variableName, com.azure.core.util.Context context) Retrieve the variable identified by variable name.com.azure.core.http.rest.PagedIterable<Variable>
Variables.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of variables.com.azure.core.http.rest.PagedIterable<Variable>
Variables.listByAutomationAccount
(String resourceGroupName, String automationAccountName, com.azure.core.util.Context context) Retrieve a list of variables.