IVariableOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Service operation for automation variables. (see http://aka.ms/azureautomationsdk/variableoperations for more information)
public interface IVariableOperations
type IVariableOperations = interface
Public Interface IVariableOperations
Methods
CreateAsync(String, VariableCreateParameters, CancellationToken) |
Create a variable. (see http://aka.ms/azureautomationsdk/variableoperations for more information) |
DeleteAsync(String, String, CancellationToken) |
Delete the variable. (see http://aka.ms/azureautomationsdk/variableoperations for more information) |
GetAsync(String, String, CancellationToken) |
Retrieve the variable identified by variable name. (see http://aka.ms/azureautomationsdk/variableoperations for more information) |
ListAsync(String, CancellationToken) |
Retrieve a list of variables. (see http://aka.ms/azureautomationsdk/variableoperations for more information) |
ListNextAsync(String, CancellationToken) |
Retrieve next list of variables. (see http://aka.ms/azureautomationsdk/variableoperations for more information) |
UpdateAsync(String, VariableUpdateParameters, CancellationToken) |
Update a variable. (see http://aka.ms/azureautomationsdk/variableoperations for more information) |