VariableOperationsExtensions.ListAsync Method (IVariableOperations, String)
Retrieve a list of variables. (see http://aka.ms/azureautomationsdk/variableoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
<ExtensionAttribute> Public Shared Function ListAsync ( operations As IVariableOperations, automationAccount As String ) As Task(Of VariableListResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IVariableOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IVariableOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
Return Value
Type: System.Threading.Tasks.Task(Of VariableListResponse)The response model for the list variables operation.
Show: