IVariableOperations Interface

Definition

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)

Extension 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