VariableOperationsExtensions Class
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.
public static class VariableOperationsExtensions
type VariableOperationsExtensions = class
Public Module VariableOperationsExtensions
Inheritance
VariableOperationsExtensions
Methods
Create(IVariableOperations, String, VariableCreateParameters)
Create a variable. (see
http://aka.ms/azureautomationsdk/variableoperations for more
information)
CreateAsync(IVariableOperations, String, VariableCreateParameters)
Create a variable. (see
http://aka.ms/azureautomationsdk/variableoperations for more
information)
Delete(IVariableOperations, String, String)
Delete the variable. (see
http://aka.ms/azureautomationsdk/variableoperations for more
information)
DeleteAsync(IVariableOperations, String, String)
Delete the variable. (see
http://aka.ms/azureautomationsdk/variableoperations for more
information)
Get(IVariableOperations, String, String)
Retrieve the variable identified by variable name. (see
http://aka.ms/azureautomationsdk/variableoperations for more
information)
GetAsync(IVariableOperations, String, String)
Retrieve the variable identified by variable name. (see
http://aka.ms/azureautomationsdk/variableoperations for more
information)
List(IVariableOperations, String)
Retrieve a list of variables. (see
http://aka.ms/azureautomationsdk/variableoperations for more
information)
ListAsync(IVariableOperations, String)
Retrieve a list of variables. (see
http://aka.ms/azureautomationsdk/variableoperations for more
information)
ListNext(IVariableOperations, String)
Retrieve next list of variables. (see
http://aka.ms/azureautomationsdk/variableoperations for more
information)
ListNextAsync(IVariableOperations, String)
Retrieve next list of variables. (see
http://aka.ms/azureautomationsdk/variableoperations for more
information)
Update(IVariableOperations, String, VariableUpdateParameters)
Update a variable. (see
http://aka.ms/azureautomationsdk/variableoperations for more
information)
UpdateAsync(IVariableOperations, String, VariableUpdateParameters)
Update a variable. (see
http://aka.ms/azureautomationsdk/variableoperations for more
information)
Applies to