VariableOperationsExtensions.Get 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 static VariableGetResponse Get( this 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: Microsoft.WindowsAzure.Management.Automation.Models.VariableGetResponseThe response model for the get variable operation.
Show: