IModuleOperations.UpdateAsync Method (String, ModuleUpdateParameters, 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 UpdateAsync ( automationAccount As String, parameters As ModuleUpdateParameters, cancellationToken As CancellationToken ) As Task(Of ModuleGetResponse)
Parameters
- automationAccount
-
Type:
System.String
The automation account name.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateParameters
The update parameters for module.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of ModuleGetResponse)The response model for the get module operation.
Show: