VariableOperationsExtensions Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Automation.VariableOperationsExtensions

Syntax

public static class VariableOperationsExtensions
[ExtensionAttribute]
public ref class VariableOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type VariableOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class VariableOperationsExtensions

Methods

Name Description
Create(IVariableOperations, String, VariableCreateParameters)

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

CreateAsync(IVariableOperations, String, VariableCreateParameters)

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

Delete(IVariableOperations, String, String)

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

DeleteAsync(IVariableOperations, String, String)

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

Get(IVariableOperations, String, String)

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

GetAsync(IVariableOperations, String, String)

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

List(IVariableOperations, String)

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

ListAsync(IVariableOperations, String)

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

ListNext(IVariableOperations, String)

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

ListNextAsync(IVariableOperations, String)

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

Update(IVariableOperations, String, VariableUpdateParameters)

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

UpdateAsync(IVariableOperations, String, VariableUpdateParameters)

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top