IModuleOperations.CreateAsync Method (String, ModuleCreateParameters, CancellationToken)
Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Function CreateAsync ( automationAccount As String, parameters As ModuleCreateParameters, cancellationToken As CancellationToken ) As Task(Of ModuleCreateResponse)
Parameters
- automationAccount
-
Type:
System.String
The automation account name.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Automation.Models.ModuleCreateParameters
The create parameters for module.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of ModuleCreateResponse)The response model for the create module operation.
Show: