Share via


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
System_CAPS_pubmethodSystem_CAPS_static Create(IVariableOperations, String, VariableCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IVariableOperations, String, VariableCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Delete(IVariableOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IVariableOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Get(IVariableOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IVariableOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static List(IVariableOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IVariableOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNext(IVariableOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNextAsync(IVariableOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static Update(IVariableOperations, String, VariableUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static 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