IVariableOperations Interface

 

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

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

public interface class IVariableOperations

NameDescription
System_CAPS_pubmethodCreateAsync(String^, VariableCreateParameters^, CancellationToken)

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

System_CAPS_pubmethodDeleteAsync(String^, String^, CancellationToken)

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

System_CAPS_pubmethodGetAsync(String^, String^, CancellationToken)

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

System_CAPS_pubmethodListAsync(String^, CancellationToken)

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

System_CAPS_pubmethodListNextAsync(String^, CancellationToken)

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

System_CAPS_pubmethodUpdateAsync(String^, VariableUpdateParameters^, CancellationToken)

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

NameDescription
System_CAPS_pubmethodCreate(String^, VariableCreateParameters^)

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

System_CAPS_pubmethodCreateAsync(String^, VariableCreateParameters^)

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

System_CAPS_pubmethodDelete(String^, String^)

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

System_CAPS_pubmethodDeleteAsync(String^, String^)

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

System_CAPS_pubmethodGet(String^, String^)

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

System_CAPS_pubmethodGetAsync(String^, String^)

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

System_CAPS_pubmethodList(String^)

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

System_CAPS_pubmethodListAsync(String^)

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

System_CAPS_pubmethodListNext(String^)

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

System_CAPS_pubmethodListNextAsync(String^)

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

System_CAPS_pubmethodUpdate(String^, VariableUpdateParameters^)

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

System_CAPS_pubmethodUpdateAsync(String^, VariableUpdateParameters^)

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

Return to top
Show: