IVariableOperations.GetAsync Method (String, String, CancellationToken)
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)
Task<VariableGetResponse> GetAsync( string automationAccount, string variableName, CancellationToken cancellationToken )
Parameters
- automationAccount
-
Type:
System.String
The automation account name.
- variableName
-
Type:
System.String
The name of variable.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<VariableGetResponse>The response model for the get variable operation.
Show: