IVariableOperations Members
Service operation for automation variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information)
The following tables list the members exposed by the IVariableOperations type.
Public Methods
(see also Extension Methods)
Name | Description | |
---|---|---|
CreateAsync | Create a variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information) | |
DeleteAsync | Delete the variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information) | |
GetAsync | Retrieve the variable identified by variable name. (see https://aka.ms/azureautomationsdk/variableoperations for more information) | |
ListAsync | Retrieve a list of variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information) | |
ListNextAsync | Retrieve next list of variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information) | |
UpdateAsync | Update a variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information) |
Top
Extension Methods
Name | Description | |
---|---|---|
Create | Create a variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information) (Defined by VariableOperationsExtensions.) | |
CreateAsync | Create a variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information) (Defined by VariableOperationsExtensions.) | |
Delete | Delete the variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information) (Defined by VariableOperationsExtensions.) | |
DeleteAsync | Delete the variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information) (Defined by VariableOperationsExtensions.) | |
Get | Retrieve the variable identified by variable name. (see https://aka.ms/azureautomationsdk/variableoperations for more information) (Defined by VariableOperationsExtensions.) | |
GetAsync | Retrieve the variable identified by variable name. (see https://aka.ms/azureautomationsdk/variableoperations for more information) (Defined by VariableOperationsExtensions.) | |
List | Retrieve a list of variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information) (Defined by VariableOperationsExtensions.) | |
ListAsync | Retrieve a list of variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information) (Defined by VariableOperationsExtensions.) | |
ListNext | Retrieve next list of variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information) (Defined by VariableOperationsExtensions.) | |
ListNextAsync | Retrieve next list of variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information) (Defined by VariableOperationsExtensions.) | |
Update | Update a variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information) (Defined by VariableOperationsExtensions.) | |
UpdateAsync | Update a variable. (see https://aka.ms/azureautomationsdk/variableoperations for more information) (Defined by VariableOperationsExtensions.) |
Top
See Also
Reference
IVariableOperations Interface
Microsoft.WindowsAzure.Management.Automation Namespace