Share via


IVariableOperations Interface

 

Service operation for automation variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public interface IVariableOperations
public interface class IVariableOperations
type IVariableOperations = interface end
Public Interface IVariableOperations

Methods

Name Description
System_CAPS_pubmethod CreateAsync(String, VariableCreateParameters, CancellationToken)

Create a variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information)

System_CAPS_pubmethod DeleteAsync(String, String, CancellationToken)

Delete the variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information)

System_CAPS_pubmethod GetAsync(String, String, CancellationToken)

Retrieve the variable identified by variable name. (see https://aka.ms/azureautomationsdk/variableoperations for more information)

System_CAPS_pubmethod ListAsync(String, CancellationToken)

Retrieve a list of variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information)

System_CAPS_pubmethod ListNextAsync(String, CancellationToken)

Retrieve next list of variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information)

System_CAPS_pubmethod UpdateAsync(String, VariableUpdateParameters, CancellationToken)

Update a variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information)

Extension Methods

Name Description
System_CAPS_pubmethod Create(String, VariableCreateParameters)

Create a variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information)(Defined by VariableOperationsExtensions.)

System_CAPS_pubmethod CreateAsync(String, VariableCreateParameters)

Create a variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information)(Defined by VariableOperationsExtensions.)

System_CAPS_pubmethod Delete(String, String)

Delete the variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information)(Defined by VariableOperationsExtensions.)

System_CAPS_pubmethod DeleteAsync(String, String)

Delete the variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information)(Defined by VariableOperationsExtensions.)

System_CAPS_pubmethod Get(String, String)

Retrieve the variable identified by variable name. (see https://aka.ms/azureautomationsdk/variableoperations for more information)(Defined by VariableOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String, String)

Retrieve the variable identified by variable name. (see https://aka.ms/azureautomationsdk/variableoperations for more information)(Defined by VariableOperationsExtensions.)

System_CAPS_pubmethod List(String)

Retrieve a list of variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information)(Defined by VariableOperationsExtensions.)

System_CAPS_pubmethod ListAsync(String)

Retrieve a list of variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information)(Defined by VariableOperationsExtensions.)

System_CAPS_pubmethod ListNext(String)

Retrieve next list of variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information)(Defined by VariableOperationsExtensions.)

System_CAPS_pubmethod ListNextAsync(String)

Retrieve next list of variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information)(Defined by VariableOperationsExtensions.)

System_CAPS_pubmethod Update(String, VariableUpdateParameters)

Update a variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information)(Defined by VariableOperationsExtensions.)

System_CAPS_pubmethod UpdateAsync(String, VariableUpdateParameters)

Update a variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information)(Defined by VariableOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top