VariableOperationsExtensions::GetAsync Method (IVariableOperations^, String^, String^)
Retrieve the variable identified by variable name. (see http://aka.ms/azureautomationsdk/variableoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public: [ExtensionAttribute] static Task<VariableGetResponse^>^ GetAsync( IVariableOperations^ operations, String^ automationAccount, String^ variableName )
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.
- variableName
-
Type:
System::String^
Required. The name of variable.
Return Value
Type: System.Threading.Tasks::Task<VariableGetResponse^>^The response model for the get variable operation.
Show: