VariableOperationsExtensions::CreateAsync Method (IVariableOperations^, String^, VariableCreateParameters^)
Create a variable. (see http://aka.ms/azureautomationsdk/variableoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public: [ExtensionAttribute] static Task<VariableCreateResponse^>^ CreateAsync( IVariableOperations^ operations, String^ automationAccount, VariableCreateParameters^ parameters )
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.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Automation.Models::VariableCreateParameters^
Required. The parameters supplied to the create variable operation.
Return Value
Type: System.Threading.Tasks::Task<VariableCreateResponse^>^The response model for the create variable operation.
Show: