VariableOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(IVariableOperations, String, VariableCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IVariableOperations, String, VariableCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticDelete(IVariableOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IVariableOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticGet(IVariableOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IVariableOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticList(IVariableOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IVariableOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticListNext(IVariableOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticListNextAsync(IVariableOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdate(IVariableOperations, String, VariableUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdateAsync(IVariableOperations, String, VariableUpdateParameters)

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

Return to top
Show: