VariableOperationsExtensions Class

 

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

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

[ExtensionAttribute]
public ref class VariableOperationsExtensions abstract sealed 

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)

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

Return to top
Show: